futureal
02-23-2005, 02:18 AM
I am trying to get an amount of text to wrap around an image, so I have broken the image up into sections to get it to wrap around. Each image belongs to the following class:
IMG.reviewtitle { float: right; clear: right; margin-left: 2px; }
Now, this *mostly* works, save for two major problems, each browser-specific.
In IE, parts of the text are getting overlapped by the image.
In Firefox, the *first* time I load the page, the text does not wrap at all, it just overlays the entire image. However, if I immediately refresh, it loads correctly.
Here's an example link:
http://www.rctech.net/reviews/revie...ne_futureal.php
I have read a few different tutorials and none really explain anything other than what I am already doing; I just can't figure out what could be causing the problems. Any and all help is very much appreciated!
IMG.reviewtitle { float: right; clear: right; margin-left: 2px; }
Now, this *mostly* works, save for two major problems, each browser-specific.
In IE, parts of the text are getting overlapped by the image.
In Firefox, the *first* time I load the page, the text does not wrap at all, it just overlays the entire image. However, if I immediately refresh, it loads correctly.
Here's an example link:
http://www.rctech.net/reviews/revie...ne_futureal.php
I have read a few different tutorials and none really explain anything other than what I am already doing; I just can't figure out what could be causing the problems. Any and all help is very much appreciated!
