|
Posted by mbstevens on 01/07/07 15:32
On Sat, 06 Jan 2007 21:24:21 -0600, al jones wrote:
> I already know this displays improperly in FireFox. One problem at a time,
> please.
>
> The problem I'm asking for help with, specifically, is best demonstrated in
> http://aljones.us/630817vad.html I've introduced a 'clear left' into the
> css because the images of the diary entries, where longer than the
> assiciated text, would force the next image to the right. I inserted a
> clear left to the <p> tag, which gives me the display you see now.
>
> Obviously <hah??> what I'd like to see is the image on the left, with the
> associated text to the right. If the image is longer, then force the
> following image / text pair down until the image places itself properly to
> the left.
p img {clear: left; } might be what you're looking for?
Browser support for clear is not universal. I try to avoid it when
possible.
Navigation:
[Reply to this message]
|