MattyUK
12-02-2002, 05:44 PM
Hi All
Relevent Script code:
var ba='various HTML code';
test.innerHTML=ba;
Relevent HTML:
<DIV id="test" name="test" style="position:relative; z-index:1; overflow: visible; visibility: visible"></DIV>
How cross and backward compatible would that be? I need it to work on IE5.00 but am unsure of how to find out and can't test it on that browser.
Also if the DIV tag is nested in another it doesn't seem to find it. Any ideas why that might be?
Is there a better way of getting the same effect?
MattyUK
Relevent Script code:
var ba='various HTML code';
test.innerHTML=ba;
Relevent HTML:
<DIV id="test" name="test" style="position:relative; z-index:1; overflow: visible; visibility: visible"></DIV>
How cross and backward compatible would that be? I need it to work on IE5.00 but am unsure of how to find out and can't test it on that browser.
Also if the DIV tag is nested in another it doesn't seem to find it. Any ideas why that might be?
Is there a better way of getting the same effect?
MattyUK