If you are looking for the epic motorcycle journey blog that I'm writing, please see the Miles By Motorcycle link on the left. I wrote all the software the powers this site and unfortunately did not have enough time before I left to create anonymous blog posting. You have two options. You can contact me and I can add you as a member or you can find me on facebook and post comments there. I'll add a link to each article I post.
  • 647
    Removing Extra Whitespace Between List Item Entries in IE
    03/06/2009 2:29PM

    Using a CSS styled unordered list you can create a fairly sophisticated navigational bar with rollover states.

    In IE6 and IE7 without some special consideration, you end up with spurious white space rendered between the list item.

    Click here for and HTML example of the problem (you'll need to be using IE 6 or IE 7).

    Click here for an example of the fix
    and a detailed explanation of how to do it.