Posted by Jonathan N. Little on 09/28/05 16:48
the idiot wrote:
> hello ive just very quickly built the bones of a page for someone
> http://www.207g.karoo.net/anna/index.html
> but but but in IE the words (section underneath members and profiles) next
> to the thumbnails of the person giving brief description etc keep
> disappearing
>
> all is well in firefox and opera
>
> is this just my computer or or what?
>
> thanks very much in advance if someone can have a quick look for me
>
>
You are giving a 'clear' to a BR in the middle of the block element P?
Try (I am using the class names to illustrate function in example)
<div class="outer">
<!-- 1st group -->
<div class="inner">
<img class="floatleft">
assoc text
</div>
<div class="clearer">
text below
</div>
<!-- 2nd group -->
<div class="inner">
<img class="floatleft">
assoc text
</div>
<div class="clearer">
text below
</div>
</div>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|