I am working on this layout (Vertical centered,fluid middle div with, fixed heights)
http://jsfiddle.net/chchrist/uyzJj/13/
My problem is that in Firefox the #bluebox’s position isn’t relative to the div#wrapper. How can I fix this?
Thanks in advance.
Option 1
On
#wrapperchangingdisplay: table-celltofloat: leftwill solve your problem.Live example: http://jsfiddle.net/uyzJj/18/
Option 2
On
#superWrapperchangingdisplay: tabletodisplay: blockwill solve your relative problem.