CSS newbie
crockny
Registered Users Posts: 170 Major grins
So - I managed to find code to make my slideshow background black (with help from SunGlo)... now I am trying to make it slightly transparent ... I found this code, the last number I believe is supposed to affect the transparency? ... but I seem to get either totally transparent or black no matter what I do with that number ...
{background-color: (0,0,0, .9)
Here's the site:
http://untamednewyork.smugmug.com/
I've gone back to #000000 because I can't figure out how to do the transparency ... I know nothing about CSS ...
Help!
{background-color: (0,0,0, .9)
Here's the site:
http://untamednewyork.smugmug.com/
I've gone back to #000000 because I can't figure out how to do the transparency ... I know nothing about CSS ...
Help!
0
Comments
.1 .2 .3 ... .6 thru .9 light to dark
1.0 is solid
even .00001 works for very transparent like none showing at all. Some browsers like the old IE's required
a background when sliding the mouse down a drop menu. Unless the mouse hit some text you'd lose the
drop so the hidden bg solved that.
My Website index | My Blog
See http://www.w3schools.com/cssref/css_colors_legal.asp