- From: Chris Casciano <10sball@placenamehere.com>
- Date: Sat, 06 Apr 2002 20:08:42 -0500
- To: "'www-style@w3.org'" <www-style@w3.org>
on 4/6/02 6:46 PM, Tantek Çelik at tantek@cs.stanford.edu wrote:
>
> I think you meant:
>
> BLOCKQUOTE {
> position: absolute;
> left: 50%;
> margin-left: -1em;
> } /* ^ */
>
> But that doesn't work either, because it takes the BLOCKQUOTE out of the
> flow, which AFAIK is not the intent of the challenge.
>
It doesn't say where the right edge of the content area has to be, so I
can't see why you can't alternatively answer the question with:
blockquote {
margin:0 0 0 50%;
padding:0;
position:relative;
top:0;
right:1em;
}
This would at least keep the space in the layout open for the content that
follows
--
Chris Casciano home >> http://www.placenamehere.com/
words > http://www.chunkysoup.net/
10sball@placenamehere.com fun >>> http://www.neuralust.com/~cac6982/
Received on Saturday, 6 April 2002 20:07:38 UTC