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