Thu, 2003-12-04 18:01
I've got a problem with Mac IE 5.x
Example:
<style>
.image
{
float: left;
}
.text
{
/*Something*/
}
</style>
<img src="someimage.jpg" class="image">
<div class="text">Some text</div>
The result on mac is the text being put above the image, not float and wrap around it...
Any solution ?
Example for those who are interested: