Brynda Posted April 14, 2008 Share Posted April 14, 2008 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 More sharing options...
~*MidnightMoonFiretail*~ Posted April 14, 2008 Share Posted April 14, 2008 I'm not really sure, but maybe you could try changing the numbers a bit? I really don't change things on my lookup a lot... Link to comment Share on other sites More sharing options...
Pipa Posted April 22, 2008 Share Posted April 22, 2008 Try changing the opacity... I think that's it ;) Link to comment Share on other sites More sharing options...
Recommended Posts