Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Links dead in Firefox
08-20-2008, 07:01 PM
Post: #1
Links dead in Firefox
Hi, can anyone help me please?
We have a group of links that are not working in Firefox, these consist of images and normal links
http://www.mobiletoday.co.uk/data_trends.aspx
Would anyone know why?
Any help appreciated.
Thanks
Find all posts by this user
Quote this message in a reply
08-20-2008, 07:03 PM
Post: #2
RE: Links dead in Firefox
Code:
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #990000;
}
a:active {
text-decoration: none;
}

The correct order is "link", "visited", "focus, hover" and "active" else, you have the 'visited' state appearing when you want the "hover" state instead.

And as for the links 'not working', you have repeated instances of "whitespace error in URI referances". This is an 'error'.

Quote:Correct--> <a href="file_name_goes_here.html>FILE</a>
Incorrect--> <a href="file name goes here.html>FILE</a>

In the second example, the 'file' is only reading "here.html" and 'dropping' the "file name goes" prefix, due to whitespace error in URI


Warm Regards,
Website Design India
Submit Free Links
Website Design Faridabad
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:

Contact UsDeveloper SolutionReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication