Ryan Grimm wrote:

> [...]
>
>I've found that including an onclick="return false" attribute on the 
>anchor element does the trick.  While this solution uses javascript and 
>not css, it does get the job done.  I've tested this solution with 
>success under Firefox, Safari and IE6.
>
>--Ryan
>
Hi Mike,
Adding:

li.current a { cursor: default; text-decoration: none; color: ....; }
               /* normal text-color, or special highlight styles */

can be helpful too: nothing is happening at hover, apparently no 
clickable link, no reason to click.

Greetings,
francky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to