| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Firefox not displaying correctly | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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!
__________________
X-cart Pro 4.2.0 |
|||||||
#2
|
|||||||
|
|||||||
![]() 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; }
__________________
X-cart Pro 4.2.0 |
|||||||
#3
|
|||||||
|
|||||||
![]() Quote:
HTML Code:
__________________
www.qualitylamps.eu X-Cart Gold 4.1.8, PHP 5.2.6, MySQL 5.0.51a, Apache 2.2.9 www.vervangjelamp.nl X-Cart Gold 4.2.0, PHP 5.2.6, MySQL 5.0.37-standard, Apache/2 Sorry for the weird user name, I registered it by mistake ![]() |
|||||||
|
|||
X-Cart forums © 2001-2020
|