|
| |
|
|
michaelea
Posts: 143 Joined: 11/9/2007 From: Cannon Beach, US West Status: offline
|
I am beaten by IE - Pummelled to a pulp!! - 11/2/2008 14:13:55
Here's the page: http://css.northcoastcomputerservices.com/z-tables.htm Check out the table - toward bottom of page - in FF. It does what I want to! Check out the same table in IE7 - Not quite the CSS tr background-color: We expected :( Check out the same table in IE6 - No tr background-color and no tr:hover - in fact, very little of anything! No surprises there!! To get the row-a and row-b background colors working in IE 7 ya gotta throw the td in at the end of the tr declaration i.e. tr.row-a td {background-color:#ccc;}. (Thanks Tail!) However, the workaround above to get IE7 to recognize a tr background-color then totally cripples the tr:hover :( I only spent all night woking on it and I'm thoroughly beaten to a pulp and, not surprisingly enough - got no-where! As mentioned afore I am wasting no more of my life catering to the broken IE6. Anyone know of a way to achieve the FF presentation of this table within IE7 ? Here's the relevant code: tr.row-a {background:#f8f8f8; border-bottom:2px solid #999} tr.row-b {background:#e8e8e8; border-bottom:2px solid #999} tr.row-b:hover td, tr.row-a:hover td {background-color:#f7fcfc; font-weight:bold; color:#000;} In the meantime I can be found here: http://icant.co.uk/csstablegallery/index.php?css=40#r40 Just Holler!!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|