Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

css Hover problem in chrome and safari

Tags:

html

css

webkit

This is the site which has a problem

http://www.clubforeducation.com/

Top menu will change its color at mouse over. All browsers except chrome and Safari. Is it a Webkit bug. If that how can i solve this?

like image 353
sathish Avatar asked Dec 04 '09 07:12

sathish


1 Answers

I find setting display:block on the <a> works. I don't recommend li:hover because it doesn't work in IE6

like image 92
Jarrett Widman Avatar answered Sep 21 '22 21:09

Jarrett Widman