Sent by Adam Wodon on 29 September 2002 23:11
Timothy J. Luoma wrote:
>> OK, I guess ... but I'd not heard that Netscape chokes on inline
styles.
>
> I wish it would just choke altogether.
>
>> Is this true or is it something else I have to dig for?
>
> I believe that it can handle some inline styles and not others... so I
> just stopped using them.
>
> *mumble mumble die netscape4 die mumble *
I'll tell you where this becomes a problem, and you tell me if there's a
solution:
My understanding is, floats must have widths...
So, if I float an image in a news article, I must set a width. Problem
is, these are PHP templates. One template fits all. There's no way the
style sheet will know what the width of the image is before it's called.
I've been setting everything but the width in the CSS, then setting the
width inline.
Any alternatives?
Adam W.