Can anybody suggest some nice semi-transparent menu for jQuery? I googled up but d开发者_C百科idn't find any such menu.
In jQuery, making an element semi-transparent is as easy as .css('opacity', x)
, where x is a number between 0 and 1. Of course, if you are talking about a menu that fades in and out, keep in mind that jQuery does provide fadeIn and fadeOut functions.
精彩评论