Forum Moderators: not2easy
I'm using DIVs as sectional dividers (each DIV may contain several paragraphs). Now when I float an image, it gets buried by the sectional DIV. The text is wrapping around it correctly, but the image is underneath the DIV. Mozilla, Safari, and IE on Mac display it correctly, but IE Windows does not.
My HTML:
<img class="L" ...etc etc../>
My style sheet:
img.L {
float: left;
display: block;}
But no dice. I even tried wrapping the IMG tags with DIV tags and then tried floating those, but that didn't work either. I've also tried changing with the z-index of the DIVs, but that didn't work either. I've also tried using "clear: both" in the IMG and DIV styles.
What am I missing? I've heard of IE's float problems, but I don't think this is it (I'm not declaring widths anywhere), and I've tried changing my DOCTYPE declaration so the IE 6 on Windows will use the strict settings (I tried transitional too). I should mention that the same style sheet floats images perfectly when I use tables to section off several paragraphs.
Many thanks-
Everett
I'm looking to use a floating text which wraps around a menu (provided in this example)
[glish.com...]
the problem with the above is that when I view the source, the menu content shows before the actual text content.
My goal here is in having the SE's read the content and then the menu.
An example of that is below, however in the below example the text is NOT floating.
[bluerobot.com...]
Might somebody offer a solution or point me to a link which provides some more extensive explanation?
Thanks in advance
Please disreagrd. Had A reply in alt.html[usenet.alt-html.org...]