Skip to content

Consider styling the A tags instead of LI tags #6

Description

@NicholasRBowers

Both and

  • elements are block elements, and can be styled in the same way. It may be most prudent to do
  • content
  • instead of wrapping the a's with the li's - and then just style the elements. This is because IE6 doesn't support li:hover for styling, but does support a:hover.

    Just a thought. Not a huge deal.

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions