Go Back   SitePoint Forums > Forum Index > Design Your Site > Web Page Design > CSS
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Apr 27, 2006, 10:07   #1
classerv
SitePoint Member
 
Join Date: Apr 2006
Posts: 1
Question FF showing weird underline...

I have a page with sortable cols in a table...no problems there but the column headers that you click on to sort up or down are supposed to be underlined then when you click on them a small arrow appears next to the column heading that you are sorting. The text is underlined in IE and the arrow isn't when it appears (how it should be) but in FF the text is underlined and the underline expands out with nothing next to it - like a space was put there and when you click to sort the column the arrow is underlined. I have 2 .css files so I can load the right one either for IE or FF . Here is the code that applies to both and you can see that the arrow clearly says text deco. None...so why is the arrow showing up text deco. underlined in FF and how can I fix it??
Thanks in advance
Amy

/* Sortable tables */

table.sortable a.sortheader {
color: #ffffff;
FONT-FAMILY: arial,verdana,helvetica,sans-serif;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold;
text-decoration: underline;
}

table.sortable span.sortarrow {
color: white;
text-decoration: none;
}

Last edited by classerv; Apr 27, 2006 at 10:07. Reason: typo
classerv is offline   Reply With Quote
 

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
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
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 01:36.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved