Click to See Complete Forum and Search --> : help needed with style and visible


pelegk1
05-27-2003, 08:18 AM
i have this code :

<img src="Images/icons/map.gif" width="28" height="28" style="visibility:false" border="0" alt=""></img>

and i wanted to make this image to be visible=false !
how do i do that?
thanks
in advance
Peleg

pyro
05-27-2003, 08:22 AM
There is no such property as visibility:false. Try visibilty:hidden instead.

pelegk1
05-28-2003, 01:44 AM
thats execlly what i wanted but didnt remember execlly
what wqs the property!
where can i find the full list of properties for the "STYLE"?

AdamGundry
05-28-2003, 03:57 AM
The W3C CSS documentation:
http://www.w3.org/TR/REC-CSS2/

If you have Netscape or Mozilla, you can get a CSS reference sidebar:
http://devedge.netscape.com/toolbox/sidebars/

Adam