http://paularmstrongdesigns.com/examples/css/navigation- magnification.html
Can we do this with the menu block?
Kieran
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
On Feb 11, 2006, at 2:43 AM, Bèr Kessels wrote:
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.
Not for core. But for people who have problem reading small text tricks like this can help them to read small links.
Kieran
Bèr _______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
Hi, Op maandag 13 februari 2006 03:09, schreef Kieran Lal:
Not for core. But for people who have problem reading small text
I think this is a personal thing: but my opinion is, that if you need such tricks to make your site readable, your design is broken. If you start considering such hover-magnify things, or if you find that you need the [^][A][/] buttons, you should best get back to the basics and re-think those.
Accessibility is baked into the very foundations of your site. It sits not in the tricks you use.
:)
Bèr