css - Hover fade effect via jQuery -


i've got class:

#right_menu {   color: #002c6a;   display: block;   font-family: 'dinpro-bold';   font-size: 15px;   height: 20px;   padding: 15px 0 15px 95px;   width: 205px; } 

and hover css:

#right_menu a:hover {     color: #fff;     font-size: 15px;     font-family: 'dinpro-bold';     background-color:#002c6a; } 

it's working. want when hover, fade effect via jquery. how can do?

use js file jquery-ui-1.8.11.min.js may you.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -