Peter Bradley wrote:
> http://www.peredur.uklinux.net/PlaceForWords/case-studies.html
> This is the first time I've ever come across something that's OK in
> Opera and Konq, but not in FF, so I'm sure I'm just missing something
> blindingly obvious.
All browsers at my end show the same.
If you want the paragraph-text to line up with the image, you'll have to
zero out the top margin, like so...
#content p.thumbnaillist {
font-size: 90%;
margin-top: 0;
}
...(pay attention to the added specificity).
I'll also suggest the following additions/modifications...
.thumbnailleft {
clear: left;
}
div.temp {
clear:both;
font-size: 1px;
line-height: 0;
height: 0;
overflow: hidden;
}
...to make sure all browsers keep things in line.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/