开发者

IE6 form expanding beyond desired height

开发者 https://www.devze.com 2023-01-07 19:36 出处:网络
I have a form which has expanded beyond the desired height in IE6 only :( Please view this fiddle for the problem:

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

精彩评论

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