On Thu, Nov 02, 2006 at 04:27:40PM -0500, Karl Swedberg wrote:
> Since they're nested DIVs, you could change it to this: 
> 
> 
>              <script type="text/javascript">
>                   $(document).ready(function() {
>                           $(".item1").hover(function() {
>                               $('>div', this).addClass("shift");
>                           }, function() {
>                               $('>div', this).removeClass("shift"); 
>                           });
>                   });
>               </script>
> 

Thanks, that worked. Or a variation that I stumbled on did. I was
writing my response as you provided the solution.
-- 
Bradford R. Bowman <[EMAIL PROTECTED]>
GnuPG public key [0x3EE183C6] 
Available at http://pgp.mit.edu

Attachment: signature.asc
Description: Digital signature

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to