本帖最后由 wenyan1022 于 2014-11-10 16:22 编辑
file:///C:\Users\sun\Documents\Tencent Files\290447588\Image\C2C\]OA9IP@C}]A)VUOUHQ@8)HD.jpg
只加了一次代码,出现2列,上面的还错位了!求解决 在线等!
以下是代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:///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>
<style type="text/css">
<!--
.comiis_nav {
BACKGROUND: #f7f9fb url(comiis_bato/comiis_navbg.jpg) repeat-x;
border: 1px solid #E2EAF1;
border-top: 0px solid #E2EAF1;
HEIGHT: 57px;
width: 947px;
overflow: hidden;
padding-left: 10px;
background: #F7F9FB url(http://www.chaheren.com) repeat-x;
}
.nav_ico01 {
BACKGROUND: url( ) no-repeat;
background: url( ) no-repeat;
}
.nav_ico02 {
BACKGROUND: url( ) no-repeat;
background: url( ) no-repeat;
}
.nav_ico03 {
BACKGROUND: url( ) no-repeat;
background: url( ) no-repeat;
}
.nav_ico04 {
BACKGROUND: url( ) no-repeat;
background: url( ) no-repeat;
}
* {
word-wrap: break-word;
}
div {
display: block;
}
body, input, button, select, textarea {
font: 12px/1.5 Tahoma,'Microsoft Yahei','Simsun';
color: #444;
}
.comiis_nav dt {
WIDTH: 207px;
HEIGHT: 50px;
FLOAT: left;
overflow: hidden;
padding-left: 48px;
padding-top: 6px;
}
dt {
display: block;
}
element.style {
width: 130px;
}
.comiis_nav dt li {
LINE-HEIGHT: 22px;
WIDTH: 65px;
FLOAT: left;
HEIGHT: 22px;
overflow: hidden;
}
ul, li {
list-style: none;
}
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc {
margin: 0;
padding: 0;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
-->
</style>
</head>
<body>
<div class="comiis_nav">
<DT class=nav_ico01>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<DT class=nav_ico02>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<DT class=nav_ico03>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
</dt>
<dt class="nav_ico04" style="width:130px;">
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
<LI><A target=_blank>招聘信息</A> </LI>
</dt>
</div>
</body>
</html> </P>
|