Preserved Topic: Layer Visibility/onMouseover... (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 06-25-2000 05:16
How can i toggle the visibility of a CSS layer or a <layer> with onMouseover? |
Maniac (V) Mad Scientist From: New California |
posted 06-25-2000 10:09
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 |
posted 06-25-2000 23:34 |
Maniac (V) Mad Scientist From: New California |
posted 06-26-2000 03:24 |
Bipolar (III) Inmate From: Midlothian, VA USA |
posted 06-26-2000 17:00
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 |
posted 06-26-2000 18:41
Couple of things Netscape might choke on: |