Shadows, Gradients and DropShadows

Permalink
Hi,

i want to add some shadows, gradients, and dropshadows with jquery plugins.

In this little piece of code below you can see how i tried to implement it.
$(document).ready(function(){
      function corShaIt() {
         //$("div#page").dropShadow();
         $("div#page").corner("round 20px");
         //$("div#sidebar").dropShadow();         
         $("div#sidebar").corner("round 15px");
      };
      function showIt() {
         $("div#page").fadeIn("slow");
      };
      function hideIt() {      
         $("div#page").fadeOut("slow");
      }
      $("div#page a").click(hideIt());
      corShaIt();

I have a problem with the dropshadows.
When uncommenting the lines, the website isn't shown anymore.

Any idea?

you can visit

http://www.concrete5.info

for more information

synlag
 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.