Re: [css-d] Styling abbr

2006-12-28 Thread Blake
On 12/29/06, Mark J. Reed <[EMAIL PROTECTED]> wrote: > OK, is there any way to get rid of the dotted underlines on abbr tags, > assuming I'd like to indicate that they're abbreviations some other > way? The dotted line is simply a border. To get rid of it: abbr { border-bottom: 0; } -- A

Re: [css-d] Styling abbr

2006-12-28 Thread Mark J. Reed
Ah! border-bottom! I thought it was some sort of extension to text-decoration. Thanks! On 12/28/06, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > * Mark J. Reed wrote: > >OK, is there any way to get rid of the dotted underlines on abbr tags, > >assuming I'd like to indicate that they're abbrevi

Re: [css-d] Styling abbr

2006-12-28 Thread Bjoern Hoehrmann
* Mark J. Reed wrote: >OK, is there any way to get rid of the dotted underlines on abbr tags, >assuming I'd like to indicate that they're abbreviations some other >way? That depends on where you see them and why they are there. If you see them in Firefox, they are probably the result of the rule s

[css-d] Styling abbr

2006-12-28 Thread Mark J. Reed
OK, is there any way to get rid of the dotted underlines on abbr tags, assuming I'd like to indicate that they're abbreviations some other way? -- Mark J. Reed <[EMAIL PROTECTED]> __ css-discuss [EMAIL PROTECTED] http://www.css-d