* 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 set

  /* titles */
  abbr[title], acronym[title] {
    border-bottom: dotted 1px;
  }

in the `html.css` file of your Firefox installation. You should then
be able to set border-bottom for these elements to some different
value using a similar rule set in your style sheet.
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to