[WSG] div's going vertical instead of floating

2006-11-02 Thread Ido dekkers
Helloi have a problem here :http://www.rioartpack.comhttp://www.rioartpack.com/style.sccand http://www.rioatrpack.com/iefix.cssin the about and contact pages only when in IE, every few refreshes, the left div is squashed to the left below the div that's supposed to float right.any ideas ?

Re: [WSG] div's going vertical instead of floating

2006-11-02 Thread Ross Bruniges
from my experience with these kind of issues they can be fixed with assigning fixed widths to each div (whether in px or em).another thing to try and avoid is using width: 100% on anything as IE can have problems with this (may need to use a hack or two to hide this from IE)its a bit of a stinker