在我的 movingboxes div 中找到神秘的填充

发布于 2024-10-21 21:57:45 字数 258 浏览 1 评论 0原文

我的网站上有一个 movingboxes jquery 插件,框中面板的左侧移动了大约 40px。

我怀疑这与我的样式表填充有关,但我似乎找不到它。谁能解释一下是什么改变了这一点?

我的网站是 www. Generationd.com 并且 movingboxes 可以在产品 | 中找到。高可用性星号,然后单击“屏幕截图”选项卡。

谢谢!

I have a movingboxes jquery plugin on my web site, and the left side of the panels in the box are shifted over approx 40px.

I suspect this has something to do with my stylesheet padding something but I can't seem to find it. Can anyone explain what is shifting this over?

My site is www.generationd.com and the movingboxes is found at Products | High Availability Asterisk, then click Screen Shots tab.

Thanks!

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

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

发布评论

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

评论(1

娇柔作态 2024-10-28 21:57:45

如果你指的是屏幕截图滑块左侧的奇怪空间,那么有问题的CSS似乎是:

.mb-scrollContainer, .mb-scroll {
    width: 830px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: -35px;
    top: 0;
    font-size: 18px;
}

它有点半途而废,因为我改变了宽度以适应滑块的宽度,并且不得不移动它向左 35 像素。

这可能需要更多的工作,但至少你知道问题出在哪里。

If you are referring to the weird space on the left of the screenshots slider thingy, the offending css seems to be:

.mb-scrollContainer, .mb-scroll {
    width: 830px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: -35px;
    top: 0;
    font-size: 18px;
}

It's a bit half assed as i changed the width to acomodate pretty much the width of your slider thingy, and had to move it 35px to the left.

It may take a bit more work, but at least you have an idea of where the problem is.

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