Opacity CSS and divs
-
Hey people,
Ive created my own theme and wanted to make the body of the website translucent, so I used this CSS which worked:
div#container { width: 950px; margin: auto; padding: 0px; clear: both; display: block; filter:alpha(opacity=70); opacity:0.7; background:white; }The problem is that I also have a slider for some images within this container which is now translucent as well, however I need it to be normal. Ive tried everything I can think of to try and stop the slider inheriting the transparancy CSS. The code for the slider is inside a div and the CSS is:
#container .homeslideredit{ background:black !important; filter:alpha(opacity=100)!important; opacity:1!important; }still making no difference.
Any help would be awesome!!!! Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Opacity CSS and divs’ is closed to new replies.