Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: hight and width in netscrape...


Message #1 by "chris brown" <chris@s...> on Fri, 7 Jun 2002 18:08:03
Below is the code sent to the respective browsers NS and IE. The first is 
from NS, the second from IE. What does NS do with the hight and width 
attributes? Thanks in advance.

<input name="aname" type="text" id="aname" style="Z-INDEX: 103; LEFT: 
160px; POSITION: absolute; TOP: 147px" />

<input name="aname" type="text" id="aname" 
style="height:23px;width:465px;Z-INDEX: 102; LEFT: 160px; POSITION: 
absolute; TOP: 248px" />

  Return to Index