English 中文(简体)
jcrey 图像滑动按钮正在重新定位
原标题:jQuery image slider buttons are repositioning themselves

我在Connected Ventures 上有一个“AnynypeSlider”(jQuery 图像滑块),当页面加载时,两个中央导航按钮(活动和非活动幻灯片)一秒后向上移动约10px。我仔细检查了任何冲突边距或定位的代码,但看不到任何错误 。

AnythingSlider works fine 显示它正在被使用,我甚至复制并粘贴了代码,从这个页面的任何东西都粘贴在了有问题的页面上,但是它没有修好它。

我没有想法,有什么建议吗?

谢谢

最佳回答

我想这是没有被清除的上限。

div.anythingSlider .anythingControls ul {
  padding: 0;
  margin: 25px 0 0 329px;
}
问题回答

你试过设定DEG的高度吗?

$( # slider ). anythingsSlider( \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

尝试将任何滑动滑动器的高度修改为 308px, 这样会很有效,我猜。

 <div class="anythingSlider anythingSlider-default activeSlider" style="width: 620px; height: 308px;">




相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...