Wow i could have made a much better drop down!! lmao
Without being this confusing also.
Well try this
look in ur Css and look for this code
Code:
#menu .menu li ul a {
border:none;
color:#fff;
width:128px;
font-weight:normal;
line-height:22px;
padding:0 10px;
text-transform:none;
text-align:left;
}
add this to the code
Code:
background-color: #32a524;
so the final code looks like:
Code:
#menu .menu li ul a {
border:none;
color:#fff;
width:128px;
font-weight:normal;
line-height:22px;
padding:0 10px;
text-transform:none;
text-align:left;
background-color: #32a524;
}
tell me what happens
FYI so u see this dont forget to look at page 2!!! bottom/top right corners!!
Bookmarks