gpt4 book ai didi

html - Chrome 上无法识别的顶部空间

转载 作者:行者123 更新时间:2023-11-28 10:24:38 24 4
gpt4 key购买 nike

我在我的网站上使用 2 种语言:阿拉伯语/英语

英文版:一切正常。

只有在 Chrome 上打开网站时,我才遇到阿拉伯语版本的问题,如果你可以在这里在线查看(阿拉伯语):

Here

你会在标题上方看到上边距,我正在尝试将其删除,但我不知道它来自哪里,但它已成功从英文版本中删除

它将在 .header-wrapper 类之上开始。

HTML 代码:

<div class="header-wrapper">
<div id="welcome">
<form action="http://staging.wain.com.kw/index.php?route=module/language" method="post" id="language_form" enctype="multipart/form-data">
<div id="language">

<a title="English" onclick="$('input[name=\'language_code\']').attr('value', 'en'); $('#language_form').submit();">
English
</a>



<input type="hidden" name="language_code" value="">
<input type="hidden" name="redirect" value="http://staging.wain.com.kw/index.php?route=common/home">
</div>
</form>
<span>مرحبا بالزائر يمكنك</span><a href="http://staging.wain.com.kw/index.php?route=account/login">تسجيل الدخول</a><b>أو</b><a href="http://staging.wain.com.kw/index.php?route=account/register">تسجيل جديد</a>
<div class="links">
حسابي <ul>
<li><a href="http://staging.wain.com.kw/index.php?route=account/account">حسابي</a></li>
<li><a href="http://staging.wain.com.kw/index.php?route=checkout/cart">سلة الشراء</a></li>
<li><a href="http://staging.wain.com.kw/index.php?route=onecheckout/checkout">إكمال الطلب</a></li>
</ul>
</div>
<a href="index.php?route=product/compare" id="comparelist">قائمة المقارنة</a>
<a href="http://staging.wain.com.kw/index.php?route=account/wishlist" id="wishlist-total">قائمة رغباتي (0)</a>

</div>
<div id="header" class="sunset">

<div id="menu">
<span>Menu</span>
<ul>
<li class="home"><a title="الرئيسية" href="http://staging.wain.com.kw/index.php?route=common/home"><span><i class="icon-home"></i></span></a></li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=70">أكواب</a>
</li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=67">الإكسسوارات</a>
</li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=68">بوستر</a>
</li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=74">سماعات</a>
</li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=73">ملابس</a>
<div>
<ul>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=73_64">تي شيرت (19)</a></li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=73_66">طويلة الأكمام (2)</a></li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=73_71">قبعات (2)</a></li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=73_65">هودي (3)</a></li>
</ul>
</div>
</li>
<li><a href="http://staging.wain.com.kw/index.php?route=product/category&amp;path=69">ملصقات</a>
</li>
</ul>
</div>



<div id="logo"><a href="http://staging.wain.com.kw/index.php?route=common/home"><img src="http://staging.wain.com.kw/image/data/logo2.png" title="WAIN" alt="WAIN"></a></div>

<div id="cart">
<div class="heading">
<h4><i class="icon-shopping-cart"></i><!--سلة الشراء--></h4>
<a><span id="cart-total">سلة الشراء فارغة!</span></a></div>
<div class="content">
<div class="empty">سلة الشراء فارغة!</div>
</div>
</div> </div>
</div>

CSS 代码:

.header-wrapper {
max-width: 1200px;
margin: 0px auto 0px;
}

谢谢。

最佳答案

就在你身后<body>标签有很多空白。删除它,空间就消失了。

通常建议尽可能保持标记干净,以避免将来出现此类问题。

关于html - Chrome 上无法识别的顶部空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23787155/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com