monkeytooth Posted June 25, 2008 Share Posted June 25, 2008 Can anyone tell me why when using a FORM tag.. I get a huge uncontrollable visual gap in IE but no other browser.. Also if you can tell me why its happening, would you also possibly be able to tell me a work around? CSS maybe? I dunno, but its enough to be bothersom... Attached is an example of what I mean... (Ultimately if doable I want it to look like the Firefox one..) Anyone? Anyone? Link to comment https://forums.phpfreaks.com/topic/111885-solved-form-entity-and-a-mysterious-gap/ Share on other sites More sharing options...
haku Posted June 26, 2008 Share Posted June 26, 2008 I'm guessing that the built in CSS in IE adds either padding or a margin to the form element in IE. Try adding: form { padding: 0; margin: 0; } To your CSS for the page. If other browsers don't have this padding/margin, then adding the above code shouldn't affect them. Link to comment https://forums.phpfreaks.com/topic/111885-solved-form-entity-and-a-mysterious-gap/#findComment-574671 Share on other sites More sharing options...
monkeytooth Posted July 6, 2008 Author Share Posted July 6, 2008 that actually did a nice job, gotta play with the padding a bit but over all nice, thank you Link to comment https://forums.phpfreaks.com/topic/111885-solved-form-entity-and-a-mysterious-gap/#findComment-582775 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.