Closed i-like-robots closed 12 years ago
.nav does not require list-style:none as list item elements are no-longer set to display as list items. Tested in IE 7/8/9, FF 3.6/4/12, Safari 4/5.1, Chrome 20, 22, Opera 13, Android 2.3.7 and iOS 5
list-style:none
Test case here: http://jsfiddle.net/FwXTK/embedded/result/
(I've been using your nav abstraction, I thought this was the most appropriate place to bring my findings with it)
.nav does not require
list-style:none
as list item elements are no-longer set to display as list items. Tested in IE 7/8/9, FF 3.6/4/12, Safari 4/5.1, Chrome 20, 22, Opera 13, Android 2.3.7 and iOS 5Test case here: http://jsfiddle.net/FwXTK/embedded/result/
(I've been using your nav abstraction, I thought this was the most appropriate place to bring my findings with it)