February 23, 2004
Fixed the stupid gap that IE inserts between my navigation bar list items. It has something to do with IE flipping out when you use display: block;
on anchors inside list items. In short, it's remedied by setting the list item's display
value to inline
. I'll research this some more, perhaps even make an extensive test suite. Thanks very much to John Serris for cluing me in.