[jQuery] DropShadow problem in Drupal
whatever I do I can't make dropShadow work in Drupal6! This is what I
copy-paste into the drupal eyecandy DropShadow window:
$(document).ready(function()
{
$('#page').dropShadow({left: 8, top: 10, blur: 4, opacity: 0.8, color:
"red", swap: false});
})
I also tried:
window.onload = function()
{
$('#page').dropShadow({left: 8, top: 10, blur: 4, opacity: 0.8});
}
the error message in FireBug is:
$("#page").dropShadow is not a function
should I install and enable all the other eye candy components like
CurvyCorner and the others?
many thanks,
Bela