Closed Bug 70896 Opened 24 years ago Closed 24 years ago

Style sheet: text-decoration: none does not operate

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows 98
defect
Not set
minor

Tracking

()

VERIFIED DUPLICATE of bug 59183

People

(Reporter: randy.d, Assigned: pierre)

References

()

Details

Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010215

http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewItem&item=565491521
 and http://www.pgr-gem.com/color/search.html
both using local style call and with a <SPAN class=xxxx> call.

<style>SPAN.NOUNDERLINE { text-decoration: none; }</style>

<a hfef="URL"><span CLASS=NOUNDERLINE> Text for the Link </span></a>

The linked text is underlined.
*** Bug 70897 has been marked as a duplicate of this bug. ***
Your code should look like this:

<style>.NOUNDERLINE { text-decoration: none; }</style>

<a href="URL"><span CLASS="NOUNDERLINE"> Text for the Link </span></a>

Does this work for you? (Sorry, I don't have Mozilla here for testing.)

*** This bug has been marked as a duplicate of 59183 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
VERIFIED DUPLICATE of a VERIFIED INVALID bug.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.