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…
- changing all references from 
id="current"toclass="current"(because I refuse to write semantically wrong css
 ) - replacing 
#currentwith.current { display: block; BORDER-BOTTOM: #2e6e15 3px solid; }