Jump to content

Layout Help


Brynda

Recommended Posts

I'm starting to fiddle with my lookup, and I had a question about the navigation. I'd like to keep the default navigation, but change the colors of the dropdown boxes and the links inside them. I found a code to do it, but I'm having problems with the transparency. I would like to make the background almost completely transparent, but keep the links solid. Sorry if this is either impossible, or really easy, I'm a bit new to this. Here's the code I've been looking at. Thanks in advance!

 

li:hover ul.dropdown a, li.over ul.dropdown a{color:#000000}
ul.dropdown{border:1px solid #000000; background-color:#82befa; filter:alpha(opacity=80); opacity:.80}
li:hover ul.dropdown a:hover, li.over ul.dropdown a:hover{color:#0f7d0f}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...