-
I'm using <Div> to format the content of my page. and inside these Divs Tag are Input elements (Text and Select).
It works fine on IE but goes all wrong on NS.
The following code looks bad on NS:
<Div Style="position:absolute; top:0px;">
<INPUT name=text2 value="xxx"> Some text
</Div>
In NS, the text box is totally invisible while the rest of the text shows up.
Any ideas? Does anybody know how to fix thing with NS.
-
I've been told ( don't know how much truth there is in it though ) that VBscript just dosn't like navigator. Don't know why but I think this is the case.
-
Skeen's right about VBScript being IE only bt that's got nothing to do with this because it it's not VBScript!
One thing that I have noticed with Netscape is that if you open a tag it likes you to close it again as well whereas IE encourages sloppy coding