Hi,

Sorry for the late reply. But I got this idea when my boss wanted the
same effect on some text. :)

On Fri, 2005-08-12 at 16:31 -0400, Duckworth, Nigel wrote:
> <style>
> .underline { border-bottom: dotted 1px #666666; }
> </style>
> 
> 
> <p>Please <span class="underline">underline</span> me.</p>

I'm not so good at CSS, but I used this tip and tried to override the
<u> tag to something like this:

u {
        text-decoration: none;
        border-bottom: dotted 1px #cc0000; 
}

and then any text within <u> and </u> should get the dotted underline.
Change 'dotted' to 'dashed' to get the desired effect.

This worked for me in FireFox.

Srinidhi.
~~~ 
> No manual is ever necessary. May I politely interject here: BULLSHIT.
That's the biggest Apple lie of all! (Discussion in comp.os.linux.misc
on the intuitiveness of interfaces.) 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to