SOLVED css menu background transparency and link text
Posted: Mon Nov 07, 2011 11:16 pm
I have a simple css based menu based on the standard "Navigation: Simple - Horizontal" style sheet. I set a background colour on the hover and a transparency. The transparency works fine on the background but is also making the text link transparent as well.
Here's the css:
How can I stop the transparency from being applied to the link text?
All help greatly appreciated.
Steven
Here's the css:
Code: Select all
div#menu_horiz li a:hover {
background-color:#1c386a;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
color:#fff;
}
All help greatly appreciated.
Steven