Page is a not externally linkable
createErrorMsg - 4:29 pm on Feb 8, 2006 (gmt 0)
The reason is an IE browser bug, which is triggered by setting links to display block in an ordered or unordered list. The cure is simple enough. Just add display:inline; to the CSS for the LIs in the menu, as in... #nav li {display:inline;} This cures the bug in IE with no negative fallout in other browsers. Oh, and welcome to WebmasterWorld! cEM
shoves a massive gap between the menu items for some reason.