Hi,
How can I have the Twenty Ten dropdown menu appearing with some fade effect?
If you put your mouse over the "A parent page" it promptly shows a dropdown list with all pages. However, would like to have it showing with some fade effect.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi,
How can I have the Twenty Ten dropdown menu appearing with some fade effect?
If you put your mouse over the "A parent page" it promptly shows a dropdown list with all pages. However, would like to have it showing with some fade effect.
We need a link to your blog. The one linked to your username is using Kubric.
You may check it. I am testing...
http://letmegoz.wordpress.com/
Would like to have a fade in that dropdown instead of displaying promptly.
Thanks
As far as I am aware that would require javascript which we can't use for security reasons.
Add the following definitions to #access ul ul a
filter:alpha(opacity=60%;
opacity:0.6;
I've just used 60% but you can play with those. Make both the same value though. The "filter" is for IE which doesn't understand the opacity attribute.
I think the question was about animating the drop downs so that they do not appear instantly on mouseover which is not achievable with CSS currently. If you were talking about see-through-ness then TSPs code above should help!
Ah, you might be right. Probably are.
You are right. No chance to do it with CSS, only jQuery
This topic has been closed to new replies.