help needed with style and visible

admin

Administrator
Staff member
i have this code :<br />
<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"Images/icons/map.gif" width="28" height="28" style="visibility:false" border="0" alt=""></img><br />
<br />
and i wanted to make this image to be visible=false !<br />
how do i do that?<br />
thanks<br />
in advance<br />
Peleg<!--content-->There is no such property as visibility:false. Try visibilty:hidden instead.<!--content-->thats execlly what i wanted but didnt remember execlly <br />
what wqs the property!<br />
where can i find the full list of properties for the "STYLE"?<!--content-->The W3C CSS documentation:<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/">http://www.w3.org/TR/REC-CSS2/</a><!-- m --><br />
<br />
If you have Netscape or Mozilla, you can get a CSS reference sidebar: <br />
<!-- m --><a class="postlink" href="http://devedge.netscape.com/toolbox/sidebars/">http://devedge.netscape.com/toolbox/sidebars/</a><!-- m --><br />
<br />
Adam<!--content-->
 
Back
Top