![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i have this css; h1 { background-color: #FFFFFF; font-family: Arial; font-size: 16pt; } body { font-family: Arial; font-size: 12px; color: #333333; } font { font-family: Arial; font-size: 12px; color: #333333; } table { font-family: Arial; font-size: 12px; color: #666666; text-align: center; padding: 0px; border: thin none #FF66FF; position: relative; background-color: #CCCCCC; } a:link { font-family: Arial; font-size: 12px; color: #333333; text-decoration: none; } a:visited { font-family: Arial; font-size: 12px; color: #333333; background-color: #CCCCCC; text-decoration: none; } a:hover { font-family: Arial; font-size: 12px; color: #00CCFF; text-decoration: none; } but at , for example, this page; http://www.ckv2-lessen.nl/vlc/VLCH4/VLCH4.htm the intended hover effect will work in firefox but in IE the links turn purple and underlined after clicking them. How to fix this? |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
ok.. i changed the css to this but it doesn't work. (thought; each page has a 'style' too. Maybe this is interfering the css in IE???) h1 { background-color: #FFFFFF; font-family: Arial; font-size: 16pt; } body { font-family: Arial; font-size: 12px; color: #333333; } font { font-family: Arial; font-size: 12px; color: #333333; } table { font-family: Arial; font-size: 12px; color: #666666; text-align: center; padding: 0px; border: thin none #FF66FF; position: relative; background-color: #CCCCCC; } a:link { font-family: Arial; font-size: 12px; color: #333333; text-decoration: none; } a:visited { font-family: Arial; font-size: 12px; color: #333333; background-color: #CCCCCC; text-decoration: none; } a:hover { font-family: Arial; font-size: 12px; color: #00CCFF; text-decoration: none; } a:active { font-family: Arial; font-size: 12px; color: #333333; text-decoration: none; background-color: #CCCCCC; } |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |