Jump to content

Floating Divs in IE not floating


byrne86

Recommended Posts

If you put side margins/padding on an element with a set width, IE will render the width different from the other browsers. The secret to this is to use two divs, one inside the other. Set the width on the outer div, and the padding/margin on the inner one. This will render the same across browsers.

 

As to how that relates to your problem, it sounds like there isn't enough space to fit both elements in IE, which means that one is bumped below to the next line.

If you put side margins/padding on an element with a set width, IE will render the width different from the other browsers. The secret to this is to use two divs, one inside the other. Set the width on the outer div, and the padding/margin on the inner one. This will render the same across browsers.

 

from the peanut gallery: Sweet! Did not know this Haku.

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.