Hi there. I'm using overlay for my first time. I am trying to display an overlay and mask everything else with a given color. When i test it, it displays the overlay without a mask.
Here is my script header:
I'm using jquery-1.4.2.
Here is a link, if you can help me, please do:
http://www.birihe.com/paci/Encorevents/videos.php
(click on the image)
Here is my script header:
$(function() {
$("div[rel]").overlay({mask: '#000', effect: 'apple', closeOnClick: false});
});
I'm using jquery-1.4.2.
Here is a link, if you can help me, please do:
http://www.birihe.com/paci/Encorevents/videos.php
(click on the image)
