在我的 movingboxes div 中找到神秘的填充
我的网站上有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你指的是屏幕截图滑块左侧的奇怪空间,那么有问题的CSS似乎是:
它有点半途而废,因为我改变了宽度以适应滑块的宽度,并且不得不移动它向左 35 像素。
这可能需要更多的工作,但至少你知道问题出在哪里。
If you are referring to the weird space on the left of the screenshots slider thingy, the offending css seems to be:
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.