solpartmenu を使用したスキンを作成しました。サブメニューを使用するポータルでは、ブラウザによって動作が異なります。IE と Firefox では、予想どおり、親アイテムのすぐ下にサブメニューが表示されます。ただし、Safari と Chrome では、ページの左端に表示されます。CSS で何か変なことをしているとは思いませんでしたが、何かを見逃しているようです。例はここにあります: http://www.codeswell.com/tpabuilders . 以下に solpartmenu スタイルを追加しました。必要に応じて、完全なスキン コード/CSS を追加できます。
誰でもこれに光を当てることができますか?
/* SolPartMenu styles */
.MainMenu_MenuItem
{
cursor: pointer;
background-color: White;
color: #006309;
font-family: Times New Roman;
font-size: 14px;
font-weight: bold;
}
.MainMenu_RootMenuItemActive
{
text-decoration: underline;
}
.MainMenu_RootMenuArrow
{
display: none;
}
.MainMenu_MenuIcon
{
width: 0px;
height: 0px;
}
.MainMenu_MenuArrow
{
display: none;
}
.MainMenu_MenuItemSel
{
cursor: pointer;
background: White;
color: Maroon;
font-family: Times New Roman;
font-size: 14px;
font-weight: bold;
}