永发信息网

DIV 里的文本左右对齐的方法

答案:2  悬赏:40  手机版
解决时间 2021-07-31 11:00
  • 提问者网友:呐年旧曙光
  • 2021-07-30 18:31

<!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" />
<title>无标题文档</title>
</head>
<style>
*{margin:0; padding:0;}
ul, li{list-style-type:none;}
.C_left_t2{padding:5px 10px;}

.C_left_t2 li{ clear:both;line-height:28px; height:28px; display:block;background:url(arrow_orange.gif) no-repeat 0 6px; padding:0 0 0 15px;background:#CCC;}

.C_left_t2 a{ float:left;font-size:14px;}

.C_left_t2 span{ float:right;color:#666;}

.C_left_t2 a:link, .C_left_t2 a:visited, .C_left_t2 a:active{color:#003399; text-decoration:none;}

.C_left_t2 a:hover{color:#F00; text-decoration:underline;}

.C_left_t2 samp{line-height: 1px; clear: both;height:1px; border-bottom:1px dashed #CCC; font-size:0; margin:8px 0;display:block; overflow:hidden;}
</style>
<body>
<div class="C_left_t2">
<ul>
<li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li>
<li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li>
<li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li>
<li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li>
</ul>

</div>
</body>
</html>
IE里看会多出一点空白地地方不准确

请问怎么解决

谢谢了

最佳答案
  • 五星知识达人网友:神鬼未生
  • 2021-07-30 18:57
你把你想要的效果截图贴上来
全部回答
  • 1楼网友:行路难
  • 2021-07-30 19:16

charset=gb2312试试

---------------------------------------

<!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=gb2312" /> <title>无标题文档</title> </head> <style> *{margin:0; padding:0;} ul, li{list-style-type:none;} .C_left_t2{padding:5px 10px;}

.C_left_t2 li{ clear:both;line-height:28px; height:28px; display:block;background:url(arrow_orange.gif) no-repeat 0 6px; padding:0 0 0 15px;background:#CCC;}

.C_left_t2 a{ float:left;font-size:14px;}

.C_left_t2 span{ float:right;color:#666;}

.C_left_t2 a:link, .C_left_t2 a:visited, .C_left_t2 a:active{color:#003399; text-decoration:none;}

.C_left_t2 a:hover{color:#F00; text-decoration:underline;}

.C_left_t2 samp{line-height: 1px; clear: both;height:1px; border-bottom:1px dashed #CCC; font-size:0; margin:8px 0;display:block; overflow:hidden;} </style> <body> <div class="C_left_t2"> <ul> <li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li> <li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li> <li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li> <li><a href="#">台胞来闽创业将获大陆工商多项扶持政策</a><span>2009-12-12</span></li> </ul>

</div> </body> </html>

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯