Jump to content

[SOLVED] Form entity and a Mysterious Gap..


monkeytooth

Recommended Posts

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...

 

huh.gif

 

(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

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.

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.