Hi.
my little web project has grown a bit (thanks for the assistence, again) since my last post ... all is fine, so far, my main text is only 357 words so I can expand that by about 400 still (even though the deadline is getting rather close).
However I am stumbling over something, right now, and fail to see what goes wrong. (Hm, I think that happens to many people all the time on very different levels  ). My limited knowledge of css comes through there,
http://www.student.ljmu.ac.uk/eclchaeb/rocks/rocksv5/
If one opens the sample rock key (-->Topics --> An Example Rock Key) there is one link in it, that opens up a short description of sandstone.
In Opera this includes an image with the text floating around it, just fine. IE6 loads the image, but doesn't let the text float.
HTML Code:
<img src="images/sandstone.jpg" class="boximage" alt="sandstone" />
The fitting CSS definition:
Code:
img.boximage {float: left; margin-right:5px; margin-bottom:5px;}
Am sure I'll go d'oh eventually. But am not praying for that, at this stage.
Thanks for any suggestion,
-Mnemon
Last edited by Mnemon : 03-28-2007 at 12:31 PM.
Reason: Forgot link. And then fixed it. And then the forum tried to steal my image.
|