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.
border-style:none;
border-width:0;
width:5px;
}
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.
border:3px solid #FFFFFF;
width:10px;
}
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-top:0 solid #FFFFFF;
cursor:pointer;
font-family:webdings;
font-size:10pt;
}
|
 |
|
Tags: