|
Edge -> Hyperlink Hover Inconsistent in FF (6/13/2006 15:41:23)
|
I have finally delved into CSS, using the linked sheet. I only do sites as a hobby, and two are for race car drivers. Since their colors may change from year to year, I have decided to redo the sites using linked style sheets, to control text colors and table/line background colors. Real simple stuff for now. I am still controlling bold, italiced, and size as normal, since I only anticipate color/theme changes every so often. Here is the style sheet code I have so far: P {font-family: Verdana, Arial; font-weight: normal; color: white;}
span.color1 {font-family: Verdana, Arial; font-weight: normal; color: #C0C0C0;}
span.color2 {font-family: Verdana, Arial; font-weight: normal; color: #FF0000;}
span.color3 {font-family: Verdana, Arial; font-weight: normal; color: #FFCC66;}
.line1 { color: #FFCC66 }
H1 {font-family: Verdana, Arial; font-weight: normal; color: #FF0000;}
H2 {font-family: Verdana, Arial; font-weight: normal; color: #FFCC66;}
H3 {font-family: Verdana, Arial; font-weight: normal; color: #C0C0C0;}
A:link {text-decoration: none; color: #FFCC66;}
A:active {text-decoration: none; color: #FFCC66;}
A:hover {text-decoration: none; color: #FF0000;}
A:visited {text-decoration: none; color: #FFCC66;}
body { background-image: url(http://www.bennygordon.us/background19.gif) }
body { background-color: gray }
.bgcolor1 { background-color: #0B0B0B } The hover feature is not working well in FF. Some work, others do not. They all work fine in IE. Please check for possible a reason(s) and solution(s). The page is http://www.bennygordon.us/home.htm All the gold words, except fo the "Current News" are hyperlinks and should hover red. The menu is from Opencube and works with both browers no problem. There is also a horizontal line that is not appearing in FF, but does in IE. It is just below the [Top] hyperlink near the bottom of the page. I am using a template, if that matters. Thanks in advance for any help, Ed
|
|
|
|