Mido™
11-08-2009, 04:56 PM
I make a transparent menu and the problem is about the font who on it,I don't want to make the font transparent like the menu,what I should do?
and this is my css code for the menu:
#sub_menu{
width:110px;
position:absolute;
z-index:1;
margin-top:0px;
margin-left:100px;
visibility:hidden;
opacity:0.9;
filter:alpha(opacity=90);
}
and this is my css code for the menu:
#sub_menu{
width:110px;
position:absolute;
z-index:1;
margin-top:0px;
margin-left:100px;
visibility:hidden;
opacity:0.9;
filter:alpha(opacity=90);
}