How to make the HTML link activated by clicking on the
  • ?
  • #menu li { padding: 0px; }
    #menu li a { margin: 0px; display: block; width: 100%; height: 100%; }
    

    It may need some tweaking for IE6, but that’s about how you do it.

    Leave a Comment