I need to incorporate Quicktime movies into some web pages, and would
like to emulate the floating div effect that is common on Apple's web
site (click a link to an img or movie, and instead of loading a new
page, it displays a div with a nice shadow and the background dims).
From what I can tell, they're using prototype and scriptaculous. I'm
[of course] using jQuery everywhere else on the site, and I'd like to
[if possible] not resort to another library or non-jQuery plug-in if
possible. In fact, ideally I'd like to do this within jQuery core. Of
the media viewers I've looked at, Shadowbox looks great... Any
thoughts?
...Rene