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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.