English 中文(简体)
with Can
原标题:Can t animate images with jquery

我不知道我是否失踪了某种肥胖症,但我认为你在 j中可以 an笑的形象? 基本上,我想到以下几点:http://jsfiddle.net/Qm2FG/,但在该网站上有价格标签:

最佳回答

你刚才使用你在问题中相关联的法典,但你需要在你的超文本文件中选择适当的内容:

$( .content ).children( .main ).children().hover(function() {
    $(this).stop(true, true).animate({ top : "-=0.45em" }, 150);            
}, function() {
    $(this).stop(true, true).animate({ top :"+=0.45em" }, 150);
});

当我把这部法典张贴在你的网站上时,你们的标签在我接手时开始估算。

使用<代码>-=和<代码>+=的密码>很有用。

<>>>>>

你们要么在您的超文本文件(我的个人利益)的结尾处,要么把该守则放在文件中。 • 随时随行活动。 你的法典试图对尚未存在的内容加以约束,因此没有约束力。

$(function () {
    $( .content ).children( .main ).children().hover(function() {
        $(this).stop(true, true).animate({ top : "-=0.45em" }, 150);            
    }, function() {
        $(this).stop(true, true).animate({ top :"+=0.45em" }, 150);
    });
});

我愿在我的超文本文件结尾处介绍我的《联合材料》,以免阻碍这一页的到来。 CSS沿用了<head>,这样,文件便可妥善处理,而一旦建立OM,则将联合材料置于底层。

问题回答

暂无回答




相关问题
images sliding continuously with <table> and jQuery

I m trying to write a little test page that circulates images through a window (see image). I have colored boxes inside a table (gray border), with each box being a element. <table id="boxes" ...

WPF 3d rotation animations

I have a few 3d rectangles on my screen that I want to pivot around the Y axis. I want to press down with the mouse, and rotate the 3d object to a max rotation, but when the user moves their mouse, ...

Disable Windows 7 touch animation in WPF

In Windows 7 when you touch the screen there is a short animation that occurs at the touch point. In my WPF app I want to display my own touch points, without showing the one supplied by Windows. ...

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Direct 2D gnuplot PNG animation?

Can anyone please confirm that yes/no Gnuplot 4.5 (on CVS) can output 2D animated PNG files? I have numerous datasets but one line that I d like to show iteratively in 3 different places in my graph. ...

Visual State Manager VS Animations in WPF

There is a lot of talk about the simplicity of Visual States and the transitions between them in WPF/Silverlight. I have the need to generate animations dynamically at runtime, to animate the ...

Create a ImageIcon that is the mirror of another one

I ll like to know if there is a way to create a ImageIcon that is the mirror of another ImageIcon. Searching on Google, I found how to do it by using many AWT libraries. Is there a way to do it with ...

how to drag in the animation in iphone application?

Iphone application is using the static co-ordinates to reach at some points in the application,which is based on the button event. But what i want is when i drag the item than it should reach at some ...

热门标签