css difference in IE to ff

Out of context: Reply #15

  • Started
  • Last post
  • 27 Responses
  • urban100

    several people have mentioned the box model problem that IE has in regards to how it figures in margins and padding as part of the width/height rather than outside of it like Moz browsers. as a check to verify your right div is not wider than the space alloted, just add a temporary border to see what's going on.

    also, when you have two divs next to each other and you want to display inline with each other, IE requires you add:

    float: left;

View thread