Hannes, Actually, my apologies for not specifying the jQuery version. That was intentional, though, as the versions change so often and I doubt I will keep up. I should have said it was developed on version 1.2 and anything before or after that, you're on your own. My bad.
I'm glad you like it. I think it's pretty unique. But don't push it too hard. It won't work in every situation and it isn't very quick (see above). Thanks, Larry On Jan 3, 1:38�pm, slooodge <[EMAIL PROTECTED]> wrote: > Hi Larry, > > thanks for your quick respond! > I have found the error - my jquery.js was to old I guess. > I have downloaded teh files from your page and now it works > beautifully! > > Thanks again for your beatiful plugin, Hannes > > On 3 Jan., 16:55, McLars <[EMAIL PROTECTED]> wrote: > > > > > 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>- Hide quoted text - > > - Show quoted text -