Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbMenu 0.1 beta

The first google result for “IE7 border-bottom” gives the answer to this.

I got it to work in IE7 by…

  1. changing all references from id="current" to class="current" (because I refuse to write semantically wrong css :) )
  2. replacing #current with .current { display: block; BORDER-BOTTOM: #2e6e15 3px solid; }

Skip to toolbar