Maison > interface Web > tutoriel HTML > le corps du texte

为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose

WBOY
Libérer: 2016-06-21 09:45:54
original
1074 Les gens l'ont consulté

<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">img[title~="Figure"]{	float: left;	border: 1px solid gray;}img.i1{	float: left;	clear: both;}img.i2{	float: left;	clear: both;}</style></head><body>      <h1>可以应用样式</h1>      <img  title="Figure 1" src="http://www.w3school.com.cn/i/figure-1.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" >      <img  title="Figure 2" src="http://www.w3school.com.cn/i/figure-2.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" >            <hr />      <img  class="i1" src="http://www.w3school.com.cn/i/figure-1.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" >      <img  class="i2" src="http://www.w3school.com.cn/i/figure-2.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" ></body></html>
Copier après la connexion


回复讨论(解决方案)

hr要清楚浮动,要不会会一起浮动



hr要清楚浮动,要不会会一起浮动




我只是对img那里设置了浮动啊?为什么会影响到
呢?

hr要清楚浮动,要不会会一起浮动





你看 我按照你的改了之后 虽然线是下来了 但是它跟上面的两幅图合并起了 我想要的是这种效果

空白边和浮动元素叠加了,另外用个元素来清楚浮动

<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">img[title~="Figure"]{    float: left;    border: 1px solid gray;}img.i1{    float: left;    clear: both;}img.i2{    float: left;    clear: both;}</style></head> <body>      <h1>可以应用样式</h1>      <img  title="Figure 1" src="http://www.w3school.com.cn/i/figure-1.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" >      <img  title="Figure 2" src="http://www.w3school.com.cn/i/figure-2.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" >       <div   style="max-width:90%"></div>      <hr />       <img  class="i1" src="http://www.w3school.com.cn/i/figure-1.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" >      <img  class="i2" src="http://www.w3school.com.cn/i/figure-2.gif" / alt="为什么我添加的那条线跑到顶端去了_html/css_WEB-ITnose" ></body></html>
Copier après la connexion


 
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal