Example: http://jsfiddle.net/xUrDc/
I am trying to surround each liborder with a width of just one pixel. To make the lines fit properly, I set margin-top:-1pxfor each li(otherwise the border is too thick between each).
When I install my browser in IE7 in debug mode, the border at the top disappears. Can someone tell me why this could be so or suggest a better way to achieve the desired look?
source
share