![]() |
Firefox not displaying correctly
I'm trying to modify the main.css to change the link, visited, hover and active selectors for the search-sort-bar. By default they take the style of each of those selectors specified for the main site since not styles are specifically specified for the search-sort-bar.
Here is the default unmodified code: a.search-sort-link:link, a.search-sort-link:visited, a.search-sort-link:hover, a.search-sort-link:active Here is the code modified by me: a.search-sort-link:link {color: #ffffff}, a.search-sort-link:visited {color: #ffffff}, a.search-sort-link:hover {color: #000033}, a.search-sort-link:active {color: #ffffff} It displays 100% correct in IE, but Firefox still inherits the site colors specified at the top of the main.css. Any ideas on how to get Firefox to display it correctly or any errors in my code? Thanks in advance! |
Re: Firefox not displaying correctly
Figured it out. Not sure why, but had to specify text-decoration on each line too to get it to stick in Firefox.
for example: a.search-sort-link:hover{ text-decoration: none; color: #cccccc; } |
Re: Firefox not displaying correctly
Quote:
HTML Code:
a.search-sort-link:link, a.search-sort-link:visited, a.search-sort-link:active |
All times are GMT -8. The time now is 11:58 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.