noobsheep
24 Mar 2009, 03:06 AM
Hi guys, i need some help here.
I realize that my sub menu background is white in color when mouse over.
I want it transparent.
Tired to edit the CSS quite a few times. but it isnt working.
Im using VB web developer. Used a template online and replace the menu area with the program's menu at web developer.
Hope someone can help me.
Thanks in advance.
Appreicate any help given.
Take care.
CSS i used:
/* Menu */
#menu {
float: left;
width: 540px;
height: 51px;
}
#menu ul {
margin: 0;
padding: 50px 0 0 10px;
list-style: none;
line-height: normal;
}
#menu li {
display: block;
float: left;
}
#menu a {
display: block;
float: left;
margin-right: 17px;
padding: 5px 12px;
text-decoration: none;
font: 14px Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
}
#menu a:hover
{
text-decoration: underline;
background: #000;
}
#menu .current_page_item a {
color: #FFFFFF;
}
I realize that my sub menu background is white in color when mouse over.
I want it transparent.
Tired to edit the CSS quite a few times. but it isnt working.
Im using VB web developer. Used a template online and replace the menu area with the program's menu at web developer.
Hope someone can help me.
Thanks in advance.
Appreicate any help given.
Take care.
CSS i used:
/* Menu */
#menu {
float: left;
width: 540px;
height: 51px;
}
#menu ul {
margin: 0;
padding: 50px 0 0 10px;
list-style: none;
line-height: normal;
}
#menu li {
display: block;
float: left;
}
#menu a {
display: block;
float: left;
margin-right: 17px;
padding: 5px 12px;
text-decoration: none;
font: 14px Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
}
#menu a:hover
{
text-decoration: underline;
background: #000;
}
#menu .current_page_item a {
color: #FFFFFF;
}