I got half of it.

$(document).ready(function () {
      $(function() {
                $("div ul li a").live("mouseover", function() {
                        if ($(this).is(':animated')) {
          $(this).stop().animate({width: "83px"}, {duration: 250,
easing:"easeOutQuad"});
        } else
{
          $(this).stop().animate({width: "83px"}, {duration: 300,
easing:"easeOutQuad"});
        }
      }, function ()
{
        if ($(this).is(':animated')) {
          $(this).stop().animate({width: "20px"}, {duration: 300,
easing:"easeInOutQuad"})
        } else {
          $(this).stop('animated:').animate({width: "20px"},
{duration: 250, easing:"easeInOutQuad"});
        }
                });
        });
    });

Now it animates, sideways. but it doesnt scroll back. 
www.waysoflife.eu/poker.php
in the settings tab

Reply via email to