Hannes, I'm sorry, but I don't see anything wrong with your code. I assume you have renamed the plugin files, since they normally begin with "jquery." Otherwise, unless there's a syntax error in there I can't see, it should work just like that. Are you getting any errors at all?
Thanks, Larry On Jan 3, 2:49�am, slooodge <[EMAIL PROTECTED]> wrote: > Hi Larry, > > first of all, thanks for sharing your beautiful dropshadow plugin! > I would like to use it on one of my website to create a shadow around > images. But unfortunately I can't get it running. > I am german and my english is not very good, so maybe I just > misunderstood the documentation. > I simply downloaded dimensions.js and dropshadow.js and created the > following try-out page - but no shadow... > > I would be very grateful if could tell me what I did wrong! > > THANKS, Hannes > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <title>Unbenanntes Dokument</title> > <script type="text/javascript" src="js/jquery.js"></script> > <script type="text/javascript" src="js/dimensions.js"></script> > <script type="text/javascript" src="js/dropshadow.js"></script> > > <script type="text/javascript"> > $(document).ready(function() { > � � � � � � � � � � � � $("h1 span").dropShadow(); > > }); > > </script> > > <body> > <h1><span>Your</span> <span>Page</span> <span>Title</span></h1> > <body> > </body> > </html>