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.
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
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();
Viewing 15 lines of 18 lines. View entire code block.
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