css - Extra padding on Chrome and Safari around LI items -
in nav bar on site, we're having problem padding on li items in nav bar. http://www.wbbearonline.com/
in chrome , safari, left padding on each li item says 10, it's adding couple pixels (making padding 12 or 13).
firefox , ie9 show correct 10px.
any ideas might causing this?
firefox not applying a:link css property links have been visited, therefore links not receive 3px padding. chrome is applying however.
to fix it, try changing css "a:link" rule "a".
Comments
Post a Comment