TheFilmGod Posted July 15, 2007 Share Posted July 15, 2007 When nesting a form textarea in a div IE creates extra vertical whitespace. You can check it out here: wwpknights.com/profiles/index It works just fine in Firefox, but IE just... you know Is there something I did wrong? Or am I suppose to just live with it for the rest of my life? Link to comment https://forums.phpfreaks.com/topic/60124-ie-bug-help/ Share on other sites More sharing options...
AndyB Posted July 15, 2007 Share Posted July 15, 2007 Well, a hint as to WHERE on that page you have the problem would be a huge step in the direction of solving this. You can either live with it for the rest of your life ... or code it so it works Link to comment https://forums.phpfreaks.com/topic/60124-ie-bug-help/#findComment-299100 Share on other sites More sharing options...
TheFilmGod Posted July 16, 2007 Author Share Posted July 16, 2007 Well there are three forms. One at the top as "Register and login" another is on the left under the profile picture and one is in the shield (write a comment). The last two, one under the profile picture and one to add a comment, are examples of this. If you use IE you will see extra space. Opera and Firefox render it just right! Link to comment https://forums.phpfreaks.com/topic/60124-ie-bug-help/#findComment-299123 Share on other sites More sharing options...
AndyB Posted July 16, 2007 Share Posted July 16, 2007 Probably a margin/padding difference in how the browsers render it. Possibly the absolute widths aren't helping, i.e. not enough space to fit into that available so one of more divs drop down. I don't think it's a bug, since it's a known behaviour even though it may deviate from a standard. Link to comment https://forums.phpfreaks.com/topic/60124-ie-bug-help/#findComment-299132 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.