CSS 错过行为
我有一个网站。在我的页面上显示奇怪的行为。
这是我的网站示例设计 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
float:left
添加到此类,然后查看add
float:left
to this class and than see