Dragonfish
Programmer
Thanks to everyone who helped on the original thread. One last problem !!! Ace Scripter gave this answer for ns4x:-
ace Scripter (Visitor) Dec 26, 2001
about ns4x:
div - nope, layer - yup
var theOne=new Layer(width,parent)
//width - a number
//parent - none or window or ref to another layer
So far so good but I´m creating this layer using/referencing a Style that I Defined in the head area, #ParentOne {blah blah} and then tried:
var ParentOneDiv=new Layer(id="ParentOne"
;
which of course did´nt work. A small step for all you talented guys and girls out there - a giant headache for a newbie like me. I wish Netscape would take the trouble to write usable documentation. Thanks
DavidinGermany
ace Scripter (Visitor) Dec 26, 2001
about ns4x:
div - nope, layer - yup
var theOne=new Layer(width,parent)
//width - a number
//parent - none or window or ref to another layer
So far so good but I´m creating this layer using/referencing a Style that I Defined in the head area, #ParentOne {blah blah} and then tried:
var ParentOneDiv=new Layer(id="ParentOne"
which of course did´nt work. A small step for all you talented guys and girls out there - a giant headache for a newbie like me. I wish Netscape would take the trouble to write usable documentation. Thanks
DavidinGermany