开发者

IE6 form expanding beyond desired height

I have a form which has expanded beyond the desired height in IE6 only :(

Please view this fiddle for the problem:

http://jsfid开发者_运维知识库dle.net/fbTDZ/

I don't see an issue in other browsers.


Your issue resides in the fact that your h3 is too wide and your inputs are pushed below it, which you then use relative positioning to pull them back up. Restyle the h3 to be display: inline or at least narrow its width and then restyle the inputs to not have to reposition them. That will get you toward what you seek.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜