背景色の変更
メインメニューの背景色などを変更をされる場合には、FTPツールで対象サイトの".aspxファイル"をダウンロードしていただき、このファイルの中の以下の色指定の部分を変更してください。
<ItemLooks>
<AspxLab:MenuItem ItemID="_TopGroup">
</AspxLab:MenuItem>
<AspxLab:MenuItem ItemID="_TopLevelItem">
</AspxLab:MenuItem>
<AspxLab:MenuItem
IsSeparator="True"
ItemID="_Separator"
NormalStyle-CssText="width: 1px;
height: 1px;
background-color: gray;
margin: 2px">
</AspxLab:MenuItem>
<AspxLab:MenuItem
DisabledStyle-CssText="background-color: transparent;
border-right-style: none;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 2px;
padding-top: 2px;
border-top-style: none;
border-left-style: none;
border-bottom-style: none;
color: gray"
HoverStyle-CssText="background-color:Gray; ← (カーソルを重ねた時
の背景色)
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#999999;
border-left-style:solid;
border-left-width:1px;
border-right-color:#999999;
border-right-style:solid;
border-right-width:1px;
border-top-color:#999999;
border-top-style:solid;
border-top-width:1px;
padding-bottom:1px;
padding-left:4px;
padding-right:4px;
padding-top:1px;"
ItemID="_Default"
NormalStyle-CssText="background-color: transparent;
border-right-style: none;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 2px;
padding-top: 2px;
border-top-style: none;
border-left-style: none;
border-bottom-style: none;
color: black" ← (通常の文字色)
SelectedStyle-CssText="BORDER-RIGHT: #999999 1px solid;
PADDING-RIGHT: 4px;
BORDER-TOP: #999999 1px solid;
PADDING-LEFT: 4px;
PADDING-BOTTOM: 1px;
BORDER-LEFT: #999999 1px solid;
PADDING-TOP: 1px;
BORDER-BOTTOM: #999999 1px solid;
BACKGROUND-COLOR: white; "> ← (選択項目の背景色)
<SubMenu Style-CssText="background-color:#F1F1F1; ← (背景色)
border-bottom-color:Gray;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:Gray;
border-left-style:solid;
border-left-width:1px;
border-right-color:Gray;
border-right-style:solid;
border-right-width:1px;
border-top-color:Gray;
border-top-style:solid;
border-top-width:1px;
color:White; ←(プルダウンメニ
ューでの文字色)
cursor:hand;
font-family:Verdana;
font-size:9pt;
padding-bottom:2px;
padding-left:2px;
padding-right:2px;
padding-top:2px;"
LeftIconCellWidth="12" ItemSpacing="3">
</SubMenu>
</AspxLab:MenuItem>
</ItemLooks>