Log in

View Full Version : stuck on getting the text to wrap around the photo in Mozilla



zeropsi
11-01-2006, 02:52 PM
Seems to work just fine in IE 5.5+, however in Mozilla 1.5 the text just drops below the photo.

Here is the page:
http://www.sdtars.com/development/events/days.php

Here is the sites CSS:
http://www.sdtars.com/development/styles/layout.css

Any help would be much appreciated.

Thanks.

mwinter
11-01-2006, 05:27 PM
Seems to work just fine in IE 5.5+, however in Mozilla 1.5 the text just drops below the photo.

Which usually means you've done something wrong. MSIE isn't a reliable indicator of anything working properly.



Here is the page:
http://www.sdtars.com/development/events/days.php

Here is the sites CSS:
http://www.sdtars.com/development/styles/layout.css

You're overusing floats, it would seem, and because you clear those floats for all paragraphs, the image and text should never appear horizontally adjacent.

Just float the image right. I can see of no reason to float anything else in that region.

Mike