CSS 错过行为

发布于 2024-12-18 22:33:22 字数 887 浏览 0 评论 0原文

我有一个网站。在我的页面上显示奇怪的行为。

这是我的网站示例设计 http://ryugaku.babonmultimedia.com/assets/ templates/html/tabing.html
这是已经以 CMS 格式开发的示例 http://ryugaku.babonmultimedia.com/products/kickstart< /a>

请检查

下的这部分

<a href="http://ryugaku.babonmultimedia.com/products/kickstart" class="" id="productLink19">
    <img src="/assets/images/tab/tab-kickStart-on.png" alt="KickStart" title="KickStart">
</a>

从示例页面中, 宽度的宽度小于CMS 实时站点中的
怎么会发生这种事?
我从 FireBug 检查到
的两部分具有相同的 CSS 属性值。

I has a website. which show strange behavior on my page.

Here is my website the sample design http://ryugaku.babonmultimedia.com/assets/templates/html/tabing.html
And here is the sample which already developed in CMS format http://ryugaku.babonmultimedia.com/products/kickstart

please check at this part under <div class="godelpage">

<a href="http://ryugaku.babonmultimedia.com/products/kickstart" class="" id="productLink19">
    <img src="/assets/images/tab/tab-kickStart-on.png" alt="KickStart" title="KickStart">
</a>

From the sample page the <a> width is has shorter width than <a> in live site for the CMS.
How can this be happen?
I check from FireBug that's two part two part of <a> has same CSS property value.

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

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

发布评论

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

评论(1

梦一生花开无言 2024-12-25 22:33:22

float:left 添加到此类,然后查看

.godelpage a {
margin: 0 3px 0 0;
padding: 0px;
float: left;
}

add float:left to this class and than see

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