Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Firefox not responding to text-decoration:none
Old 10-23-2007, 01:57 PM Firefox not responding to text-decoration:none
Junior Talker

Posts: 2
Name: Peter Gleghorn
Trades: 0
I have constructed a simple site to illustrate the problem at http://www.weyfringe.co.uk/test/test.htm.
The text "UK-wide demo service" is a link to a javascript alert, but I do not want the text underlined in blue. Hence text-decoration:none is included as an in-line style tag and also in the css for the containing div and span. However Firefox still puts the blue underline in. How can I remove it? I have validated both HTML and css successfully in W3C. Any suggestions gratefully received! Thank you, PeterG
PeterG is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-23-2007, 02:07 PM Re: Firefox not responding to text-decoration:none
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
the text-decoration:none is applied to the span in the page NOT to the anchor.
it should be applied specifically to the anchor element
add
Code:
#titleBorder a {
text-decoration:none;
}
to the style sheet
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-23-2007, 04:35 PM Re: Firefox not responding to text-decoration:none
Junior Talker

Posts: 2
Name: Peter Gleghorn
Trades: 0
Excellent! Very many thanks for your quick response!
Cheers, PeterG
PeterG is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Firefox not responding to text-decoration:none
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25523 seconds with 12 queries