IE Float: The case of the invisible image

windows

Guest
Any idea why the image on this page - <!-- m --><a class="postlink" href="http://deiform.co.uk/archives?id=32">http://deiform.co.uk/archives?id=32</a><!-- m --> - is invisible in IE? It sits there as if I had set it to visibility:hidden. In Mozilla it's fine. Any ideas on what I can do to fix this? The CSS and XHTML are valid, and I've tried setting the container to position:relative, as solves some IE bugs, but to no avail.Try floating a container div instead.Doesn't seem to be making any difference: <!-- m --><a class="postlink" href="http://deiform.co.uk/archives?id=32">http://deiform.co.uk/archives?id=32</a><!-- m -->. Any other ideas?Remove the style from the <p> and the <div>I suppose I didn't actually need the float there, but any idea on what the problem was? Sometimes I do want to use a float and I always give up when IE won't display it. Is it just my site, or does it happen elsewhere?It's IE confused about positioning.

The #col1 and #main positioning are probably unnecessary. Go with the flow and only position when strictly necessary.
 
Back
Top