Example: http://jsfiddle.net/xUrDc/
I'm trying to surround each li
with a border exactly one pixel wide. In order that the lines meet properly, I'm setting margin-top:-1px
on each li
(Otherwise the border is too thick between each).
When I set my browser to IE7 in debug mode, the border at the top disappears. Can anybody tell me why this might be the case or suggest a better way to achieve the look I want?