toicontien
02-27-2003, 07:49 PM
I've been experimenting with a three column xhtml layout that works fine on every other darn browser except for IE 5/Mac. I've got the code at http://users.tm.net/gburghardt/cmlife/.
I have three DIVs that make up the three columns, all floated left in css (float: left;). Each DIV appears below the other like I hadn't floated them at all. I know that IE 6/ PC has kind of a weird way of supporting floated elements, in that they don't seem to cross the boundries of other elements in some instances, and I was wondering if the same sort of thing were holding true for IE5/ Mac?
The really goofy thing is, on the page listed above, I have the same sort of thing on the page twice. The DIVs for site search, breaking news, and newsupdate behave just fine, but the DIVs for my left hand menu, body, and right column display as if they don't have any float property applied at all.
As far as I can tell, I don't have any mistakes in the code...
Any info would be great.
I have three DIVs that make up the three columns, all floated left in css (float: left;). Each DIV appears below the other like I hadn't floated them at all. I know that IE 6/ PC has kind of a weird way of supporting floated elements, in that they don't seem to cross the boundries of other elements in some instances, and I was wondering if the same sort of thing were holding true for IE5/ Mac?
The really goofy thing is, on the page listed above, I have the same sort of thing on the page twice. The DIVs for site search, breaking news, and newsupdate behave just fine, but the DIVs for my left hand menu, body, and right column display as if they don't have any float property applied at all.
As far as I can tell, I don't have any mistakes in the code...
Any info would be great.