开发者

Is this jQuery?

开发者 https://www.devze.com 2023-03-15 02:16 出处:网络
If you hover the images, an orange magnifier pops up. http://disqus.com/features/ Clicking on the images opens a pop up.

If you hover the images, an orange magnifier pops up.

http://disqus.com/features/

Clicking on the images opens a pop up.

Is that a jQuery plugin that does this and the orange magnifier on hove开发者_StackOverflow社区r?


No. it's just CSS's property (pseudo-class) :hover


The magnifier is plain css :hover, while the popup is done using Facebox, which is a jQuery plugin.


You can see the css for that effect here: http://mediacdn.disqus.com/1308880185/css/marketing.css

Search for #feature-explorer ul li:hover .frame span

0

精彩评论

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