Topic awaiting preservation: Dinamically writing to layers (NE4+) |
|
---|---|
Author | Thread |
Obsessive-Compulsive (I) Inmate From: Massachusetts, USA |
posted 12-16-2002 00:01
I have this code that works perfect in latest browsers (I mennaged to do that) but I just can not make it work in NE4... code: function writetoLyr(name, message) {
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-16-2002 00:09
Change |
Obsessive-Compulsive (I) Inmate From: Massachusetts, USA |
posted 12-16-2002 00:21
I don't know what is wrong but still doesn't work in NE4+!!! Any idea??? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-16-2002 00:37
Unless I'm overlooking something, we'll have to see the page. I think this function itself is fine. |
Obsessive-Compulsive (I) Inmate From: Massachusetts, USA |
posted 12-16-2002 01:30
You can check the code in here. |
Maniac (V) Mad Scientist From: New California |
posted 12-16-2002 02:43
I think you may have a problem there. First of all, you will need to include a position attribute to the div properties like: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-16-2002 04:12
Yeah, for this to work in NN4 the element must be absolutely positioned. So consider Bug's question =) |
Obsessive-Compulsive (I) Inmate From: Massachusetts, USA |
posted 12-16-2002 05:15
Well, looks like I got some work to do... thanks for help (all of you) ... I got the idea. |
Maniac (V) Mad Scientist From: New California |
posted 12-16-2002 05:20
There is something I've always wanted to try but never got around to, and that is to put 1px by 1px blank images in the table cells and then have a script that detects their positions and then set the div position to them. |