- From: Andrés <adelfino@gmail.com>
- Date: Tue, 15 Aug 2006 11:09:17 -0300
- To: www-style@w3.org
It doesn't matter how the text is wrapped, I'm using ::last-letter.
On 8/15/06, Alastair Campbell <ac@alastc.com> wrote:
>
> Andrés wrote:
> > <p>Welcome to the site where you will start hacking everything.
> > Prepare to hack.</p>
> >
> > p::last-letter { display: none }
> > p:after { content: "_"; text-decoration: blink }
>
> You would and should have to use some HTML there.
>
> What if the text wrapped like this?
>
> <p>Welcome to the site where you will start
> hacking everything. Prepare to hack.</p>
>
> Or this? (one line if it doesn't come out):
> <p>Welcome ... everything. Prepare to hack.</p>
>
> -Alastair
>
>
--
Andrés Delfino
Received on Tuesday, 15 August 2006 14:09:31 UTC