Search
May 20

Written by: christopher
5/20/2009 3:53 PM 

Here is the skin and default.css lines that control the Menu Arrow section of the solpartmenu. The menu arrow section is the area to the right of the menu text. Typically, it contains an icon displaying a submenu.
 
.MainMenu_MenuArrow {skin.css (line 115)
border-style:none;
border-width:0;
width:5px;
}
.MainMenu_MenuArrow {default.css (line 790)
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-top:0 solid #FFFFFF;
cursor:pointer;
font-family:webdings;
font-size:10pt;
}

Here it is with a 3px white border and a 10px box.

.MainMenu_MenuArrow {skin.css (line 115)
border:3px solid #FFFFFF;
width:10px;
}
.MainMenu_MenuArrow {default.css (line 790)
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-top:0 solid #FFFFFF;
cursor:pointer;
font-family:webdings;
font-size:10pt;
}
 

Tags:
 Blog List
 Search Blog
 Blog Archive
HOME | CONTACT | SUPPORT