hi,
how to set a div left and top in IE 6
i've tried with
myDivHandler.st yle.left = 20;
myDivHandler.st yle.top = 20;
it works in opera 9.02 but it gives me a runtime error in IE 6.
thanks
how to set a div left and top in IE 6
i've tried with
myDivHandler.st yle.left = 20;
myDivHandler.st yle.top = 20;
it works in opera 9.02 but it gives me a runtime error in IE 6.
thanks
Comment