Forum Moderators: not2easy
<input id = "txt1" type = "text" style = "" />
<input id = "txt2" type = "text" style = "font-size:8px;" />
So the height of input box 2 changes (shrinks). That's fine. We compensate:
<input id = "txt1" type = "text" style = "height:16px;" />
<input id = "txt2" type = "text" style = "height:16px;font-size:8px;" />
Now the vertical alignment is off. How do you fix that again?
Thanks,
vol7ron