Can anyone help me styling my "level 2" in my bulletmenu?
See the page here: http://www.crisafidesign.com/dayo/
I figured out how to get styles to apply to the and tags, but somehow I think i would have to tweak the php in function.bulletmenu.php to give the second level a unique id, but I don't know much about PHP.
bullet menu 2nd level and CSS
-
ysf
Re: bullet menu 2nd level and CSS
no need to tweak php files...
just add these rules to the end of your stylesheet:
replace the style in these rules to suit yours...
just add these rules to the end of your stylesheet:
Code: Select all
#contentleft li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
}
#contentleft li li a
{
display: block;
padding: 5px 5px 5px 20px;
background-color: #5ba3e0;
color: #fff;
text-decoration: none;
width: 100%;
}
Last edited by ysf on Thu May 05, 2005 3:32 pm, edited 1 time in total.
