View Single Post
  #2 (permalink)  
Old Aug 15th, 2007, 12:07
Kropotkin Kropotkin is offline
Up'n'Coming Member
Join Date: Aug 2007
Location: Bicester
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS float problem Advanced

Well. i did some research and this seems to be the rule:

In FF or safari if you float an element in a parent which does not have float or position set the children will float outside the parent.

In IE 7 floated child elements stay inside their parent even if that parent has no float or position

In IE 6 it is similar to FF/Safari except setting a width on the parent works as well as setting a float or position.

Does anyone know what the standards are?
Reply With Quote