View Single Post
  #3  
Old 04-22-2009, 06:40 AM
 
retrtrtrytrutru retrtrtrytrutru is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 101
 

Default Re: Firefox not displaying correctly

Quote:
Originally Posted by buyfroma
Not sure why
In the first example you posted, the color codes were not closed by ";". This makes the CSS statement invalid. If you had done it like so, for example:

HTML Code:
a.search-sort-link:link, a.search-sort-link:visited, a.search-sort-link:active { color: #FFF; text-decoration: underline; } a.search-sort-link:hover { color: #000033; }
it would probably have worked. In your second example you have correctly closed the statement (every CSS statement has to be closed by ";").
__________________
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
Reply With Quote