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.




Reply With Quote