|
| |
|
|
JBW
Posts: 54 Joined: 3/18/2004 Status: offline
|
Browser Differences - 1/29/2005 6:10:10
Hi all, I have a minor problem with CSS, but one that is bugging me all the same. I have a class:hover attribute which works well in FF, but good ol' IE doesn't show it how I would like. The particular bit of interest is as follows... .Nav { padding-top: 2px; padding-bottom: 2px; } .Nav:hover { background-color: #FFFFFF; } When viewing the site www.jgpropertymanagement.com in FF, the background goes white as I'd like it to, but in IE, it does not. Does anybody know of a workaround for this? Many thanks, John.
|
|
|
|
caz
Posts: 3586 Joined: 10/10/2001 From: Somewhere south of Chester, UK Status: offline
|
RE: Browser Differences - 1/29/2005 8:43:02
IE needs to have descendant selector properties spelled out for it, you could try this- tr .Nav a:hover {
background-color: #FFFFFF;
} It worked for me in IE and FF. HTH Carol
_____________________________
Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard. Cheshire cat. www.doracat.co.uk I remember when it took less than 4hrs to fly across the Atlantic.
|
|
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
|
|
|