IE and Chrome were unaffected..
So after a little searching, I found that Firefox now handles the <abbr> tags differently.
Now for those that don't know what <abbr> tags are, they are hover text, so when you hover over a title or text, it comes up with a description.
Try it on my status page http://ace2weather.com/status.htm
To solve the issue with the dotted line under every tag, you'll need to add a few lines in the css
Code: Select all
abbr{
text-decoration: none;
}
*HINT*
hover over the title on that page "The computer system, station hardware, weather monitoring software and data stream current status.
Hover over text for a Description"