[themes] Magnification of the menu list

Bèr Kessels ber at webschuur.com
Sat Feb 11 10:43:10 UTC 2006


Op zaterdag 11 februari 2006 04:27, schreef Kieran Lal:
> Can we do this with the menu block?

Sure. Just add the CSS to your style.css.

li { font-size: 1em; }
li:hover { font-size: 2.5em; }
li:hover + li { font-size: 2em; }
li:hover + li + li { font-size: 1.5em; }

 And I sincerely hope you are not suggesting this for core drupal... :) I 
think this is probably the most annoying, most distracting, and 
nothing-adding CSS trick in ages. Sorry.

Bèr


More information about the themes mailing list