الأنماط الرئيسية:
مسافة بيضاء:nowrap;/*المحتوى مرتب أفقيًا بدون التفاف*/
overflow-x:auto;overflow-y:hidden;/*إخفاء الجزء الفائض. يظهر شريط التمرير الأفقي تلقائيًا ويتم إخفاء شريط التمرير العمودي*/
رمز المعاينة:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" http://www.w3.org/1999/xhtml ">
<الرأس>
<meta.http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ينفذ CSS الترتيب الأفقي للصور، ويخفي التجاوز التمرير الأفقي</title>
<style.type="text/css">
<!--
.inimg {العرض:670px;الارتفاع:395px;المسافة البيضاء:nowrap;overflow-x:auto;overflow-y:hidden;}
.inimg img {العرض: 670 بكسل؛ الارتفاع: 375 بكسل؛}
-->
</نمط>
</الرأس>
<الجسم>
<div class="inimg">
<img src=" " width="670" height="375" alt="img" />
<img src=" " width="670" height="375" alt="img" />
<img src=" " width="670" height="375" alt="img" />
<img src=" " width="670" height="375" alt="img" />
</div>
</الجسم>
</html>