Re: Nested Objects

Wouldn't DIV OBJECT P {position:relative; float:none; } rule do the job
here?

later,
gordon

-----Original Message-----
From: nir dagan <dagan@upf.es>
To: <www-style@w3.org>
Cc: <dagan@upf.es>
Date: Wednesday, July 29, 1998 7:24 AM
Subject: Nested Objects


>In my understanding CSS2 is quiet limited in
>suggesting rendering of *nested objects*
>
>It would be useful if the following were possible.
>(correct me if it is already possible):
>
>1. To assign different positioning to an object and
> its content. that is if e.g., the object is an image
> I want it to float, but if images are turned
> off, I want its content, a paragraph, to appear
> in the normal flow and not floating.
>
>Example of markup:
>
><DIV>
> <OBJECT data="foo.gif">
>  <P>alternate text to foo</P>
> </OBJECT>
></DIV>
>

Received on Wednesday, 29 July 1998 10:36:07 UTC