TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Using dashed underline in CSS From:"Mike Stockman" <mstockman -at- mac -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Wed, 19 May 2004 14:22:25 -0400 (EDT)
I don't have Netscape 7.1, but later versions of Gecko-based browsers
(Mozilla 1.7x, Firefox, etc.) on Mac and Windows show a dashed line as
intended when I try out your style.
Is it possible that an inherited style is messing with the TermLink
definition? It could be a conflict that Internet Explorer doesn't notice
but Netscape etc. do. For example, a still-open bug in the Mozilla code
shows a conflict between dashed and rounded corners:
<http://bugzilla.mozilla.org/show_bug.cgi?id=13944>.
Not sure it it applies to you (maybe you're using the span inside of
another span that conflicts?) but it may be an avenue to explore... try
the style in some standalone text (not embedded in any other styles) to
see if the result is the same.
Hope this helps,
Mike
bcliver -at- manu -dot- com wrote on 05/19/2004, 2:08 PM:
>
> I have a style sheet with the entry below. I used a third-party tool to
> validate the CSS. Internet Explorer 6.0 SP 1 correctly displays a dashed
> line under the text that uses this style. However, Netscape 7.1 renders a
> solid line. (Netscape correctly displays most other styles.) Is Netscape
> rendering this incorrectly? Or is there a better way to craft the style?
>
> span.TermLink
> {
> color: #006699;
> font-family: Arial, Verdana, Helvetica, sans-serif;
> font-size: 11px;
> font-style: normal;
> font-weight: normal;
> text-decoration: none;
> border-bottom: 1px dashed
> }
>
SEE THE ALL NEW ROBOHELP X5 IN ACTION: RoboHelp X5 is a giant leap forward
in Help authoring technology, featuring Word 2003 support, Content
Management, Multi-Author support, PDF and XML support and much more! http://www.macromedia.com/go/techwrldemo
>From a single set of Word documents, create online Help and printed
documentation with ComponentOne Doc-To-Help 7 Professional, a new yearly
subscription service offering free updates and upgrades, support, and more. http://www.doctohelp.com
---
You are currently subscribed to techwr-l as:
archiver -at- techwr-l -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.