trasparent top-menu

  • carbonara
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 9 months ago #27527 by carbonara
is possible when i go over the top menu delete the white or the other color background?
thanks...

Please Log in to join the conversation.

More
11 years 9 months ago #27546 by ivan.milic
Replied by ivan.milic on topic trasparent top-menu
Background of what?

you can use script like this:

jQuery(document).reday(function(){
jQuery("#nav LI").hover(
function(){
//hover in
jQuery('BODY').css({
'backgorund':'transparent'
});
},
function(){
//hover out
jQuery('BODY').css({
'backgorund':'url(some image ....)'
});
});
});

Please Log in to join the conversation.

Time to create page: 0.165 seconds
Powered by Kunena Forum