My description probably wasn't the best in the world so here's a link to some code that demonstrates my problem:

http://homepage.ntlworld.com/graham.reeds/sprites/

Thanks, G.


Change:

#header-nav-menu li, #header-nav-menu a {
  height: 125px;
  display: block;
}

to

#header-nav-menu li, #header-nav-menu a {
  height: 25px;
  display: block;
}

Fixed in Firefox 1.0.7/Win.

How I found it, fwiw: I wondered why I could trigger the Option #5 hover effect well below the menu. So, I used the Firefox toolbar's "Outline Selected Element", and when I clicked on the LI, I noticed each LI extended 100px downward. That was why.

HTH,
--
Derek

Graham Reeds wrote:



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to