I have this site I'm building using all css and I'm having a problem with postioning. The site looks fine in every browser on every platform... except IE5+ for windows.
I'm aware of the problem with specifying widths in conjunction with padding and borders in IE, but I don't have any of that.
That said - Is there a way to place two divs side by side within a containing shape? I've tried floating the left div and positioning the right div using a margin-left setting.. and it works great, except for in IE. When I try to postion the two divs using top & left relative positions, the right div positions itself under the left div. The horizontal positions stay correct, but the vertical position of the right div falls at the bottom of the left div.
Any ideas?
Does that makes sense?
I'm aware of the problem with specifying widths in conjunction with padding and borders in IE, but I don't have any of that.
That said - Is there a way to place two divs side by side within a containing shape? I've tried floating the left div and positioning the right div using a margin-left setting.. and it works great, except for in IE. When I try to postion the two divs using top & left relative positions, the right div positions itself under the left div. The horizontal positions stay correct, but the vertical position of the right div falls at the bottom of the left div.
Any ideas?
Does that makes sense?



Comment