奇怪的Jquery问题

发布于 2024-10-13 09:22:17 字数 369 浏览 1 评论 0原文

基本上我已经创建了一个投资组合库,请参阅此链接 http://www.michaeldg.com/index2.html< /a> 使用两个包含图像(左和右)的列表和一个主容器。如果用户点击右侧堆栈,则主图像会浮动到左侧,新图像会显示在顶部,反之亦然。

现在我通过 Firefox 控制所有工作,并且它在那里运行得很好。我的问题从 Chrome 开始,它的图像到处乱飞,尤其是 IE。没有图像显示。

我知道一个问题可能是我正在使用信息的固定和绝对定位,因此在制作动画时我得到了 offset() 的正确坐标。

非常感谢任何帮助:)?

basically i've created a portfolio gallery see this link http://www.michaeldg.com/index2.html usinq two lists holding the images (left & right) and a main container. If the user hits the right stack the main image floats to the left and the new one is brought on top and vice versa.

Now I was controlling all the work through Firefox and it works perfectly there. my issue starts with Chrome where it performs with images flying all over the place and especially IE. no image shows up.

I know one problem could be that i'm using fixed and absolute positioning of information and so when animating i'm getting the proper coordinates to offset().

Any help is much apprecieated :)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空城缀染半城烟沙 2024-10-20 09:22:17

问题是我应用了 javascript .css 以像素为单位,而 .animate 以百分比为单位。一旦它们都在 px 中,它对所有人来说都工作得很好:)

the problem was that i was applying javascript .css in pixels whilst the .animate in percentages. once both of them where in px it worked fine for all :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文