![]() Preserved Topic: ilayers: how to make them work??? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: dunno, really dunno anymore... |
![]() ok, |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() ILAYERS work only in Shitscape 4. On the other hand, IFRAME is a W3C standard and works in all new browsers (IE, Mozilla, etc., but it doesn't work in Shitscape 4). Anyway, you don't have to use none of this, because if I understand you correctly, you only want to dynamically change layer content when you click on something. That can be done with *normal* layers (you can access layer content through innerHTML property, for example). |
Bipolar (III) Inmate From: USA |
![]() umm... just saying don't do ilayers lol i tried those to go with NS4 cause I have iframes on my site. And they were a total mess to deal with for just one browser that ***s anyways. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() I've just made an example page to illustrate how to dynamically change layer content: http://www.max.co.yu/ozone/change_div.html |
Bipolar (III) Inmate From: dunno, really dunno anymore... |
![]() thanx |