![]() Preserved Topic: Layer Visibility/onMouseover... (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
![]() How can i toggle the visibility of a CSS layer or a <layer> with onMouseover? |
Maniac (V) Mad Scientist From: New California |
![]() Let's say you defined your DIV or Layer like this: code: <DIV ID="layername" style="position:absolute; visibility:hidden; left:0; top:0; width:18; height:18;"> ....... </DIV>
code: function show() {
code: <a href="..." onMouseover="javascript:show();">show my layer</a> |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
![]() |
Maniac (V) Mad Scientist From: New California |
![]() |
Bipolar (III) Inmate From: Midlothian, VA USA |
![]() When is it specifically that Netscape requires you to use "show" and "hide"? Sometimes it will just come up with an error if that's not specified for Netscape. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Couple of things Netscape might choke on: |