图形被切断:jQuery 图像滑块

发布于 2024-10-16 19:15:36 字数 285 浏览 3 评论 0原文

我的导航按钮未在我的促销滑块上显示整个悬停和活动状态。圆圈需要显示,它在底部被切断,我不知道为什么。

有人有什么建议吗?

这是页面: http://newsite.702wedding.com/aaaa-promo-slide-index.asp

问题应该是显而易见的。我担心的只是圆圈。休息对我来说效果很好。

谢谢

My Navigation buttons are not displaying the entire HOVER and ACTIVE states on my Promotional Slider. The Circle needs to show, its getting cut off at the bottom and I do not know why.

Anyone Have any Suggestions?

Here is the Page:
http://newsite.702wedding.com/aaaa-promo-slide-index.asp

The Problem should be apparent. JUST THE CIRCLES i am worried about. Rest works fine for me.

Thanks

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

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

发布评论

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

评论(1

谎言 2024-10-23 19:15:36

.paging a上,添加一些您需要添加的padding-bottom

因此,请将您的 padding 规则替换为:

padding: 2px 4px 3px 8px;

要正确排列所有数字,需要进行 相当多 数百万 的更改。我在火狐浏览器中测试过。

请执行以下所有步骤:

  • .paging 上,删除 letter-spacing / line-height 规则。

  • .paging 上,设置以下规则:

    左内边距:6px;
    宽度:236px;
    显示:块;
    文本对齐:居中
    
  • .paging a 上,设置这些规则:

    浮动:左;
    边距:24px 0 0 32px;
    内边距:2px 0 3px 0;
    宽度:24 像素
    

On .paging a, add some you need to add some padding-bottom.

So, replace your padding rule with this:

padding: 2px 4px 3px 8px;

To line all the numbers up correctly requires quite a few millions of changes. I've tested in Firefox.

Follow all of these steps:

  • On .paging, remove the letter-spacing / line-height rules.

  • On .paging, set these rules:

    padding-left: 6px;
    width: 236px;
    display: block;
    text-align: center
    
  • On .paging a, set these rules:

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