jcdesigns
05-10-2007, 12:29 AM
Hello everyone,
I just joined the DD forum and love the wealth of information regarding web design.
I have a question regarding the horizontal CSS menu. I am trying to get the rollover to change color from blue to black. I used the same css code as the solid block horizontal menu example but can't get it to work (See code below). Please let me know what changes are needed to make this work. I also provided the url link to reference so you can see the problem. Also you will notice the little black space beside contact us. How or can this be removed? Thanks
background: #000000 url(web211/jcdbluemenuredo.gif) center center repeat-x;
.blockmenu li a:hover, .blockmenu li .current{
background: #3266cd url(web211/jcdblackmenu.gif) center center repeat-x;
}
I also used this code for the hover effect when the #3266cd url did not work:
background: transparent url(web211/jcdblackmenu.gif) center center repeat-x;
[Broken Link Removed]
I just joined the DD forum and love the wealth of information regarding web design.
I have a question regarding the horizontal CSS menu. I am trying to get the rollover to change color from blue to black. I used the same css code as the solid block horizontal menu example but can't get it to work (See code below). Please let me know what changes are needed to make this work. I also provided the url link to reference so you can see the problem. Also you will notice the little black space beside contact us. How or can this be removed? Thanks
background: #000000 url(web211/jcdbluemenuredo.gif) center center repeat-x;
.blockmenu li a:hover, .blockmenu li .current{
background: #3266cd url(web211/jcdblackmenu.gif) center center repeat-x;
}
I also used this code for the hover effect when the #3266cd url did not work:
background: transparent url(web211/jcdblackmenu.gif) center center repeat-x;
[Broken Link Removed]