开发者

Semi-transparent jquery menu

开发者 https://www.devze.com 2023-01-28 16:04 出处:网络
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)

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消