The last element or only element inside brackets in CSS does not
require a semicolon.
On Jun 26, 2004, at 6:50 AM, Neil Taylor wrote:
Table colours via CCS do work in Safari, at least in 1.0.2 that I am
using.
Try changing the following in your css file:
.liga {
A:hover { color:#000000}
}
to
.liga {
A:hover { color:#000000};
}
The missing ; could be the cause of problems, and if that is the
problem, Safari is being picky about it.
Regards
Neil
Lucas Holt
email@hidden
________________________________________________________
FoolishGames.com (Jewel Fan Site)
JustJournal.com (Free blogging)
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.