CSS背景图用坐标定位遇到问题了,请教各位了。
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/...
<!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" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>深圳送水-深圳送水电话-深圳桶装水-深圳送水网</title>
<style type="text/css">
*{ margin:0; padding:0;}
body{font-family:"宋体", "新宋体"; font-size:12px; background-color:#DEFDFF; }
#top{ width:900px;margin:0 auto; height:35px; margin:0 auto; background:url(imgs/all.png) fixed no-repeat 0 0;}
</style>
</head>
<body>
<div id="top"></div>
</body>
</html>
用IE6显示正常,但在FF里面却变小了,图片
IE6:
在top里面加display:block也没用。 展开
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>深圳送水-深圳送水电话-深圳桶装水-深圳送水网</title>
<style type="text/css">
*{ margin:0; padding:0;}
body{font-family:"宋体", "新宋体"; font-size:12px; background-color:#DEFDFF; }
#top{ width:900px;margin:0 auto; height:35px; margin:0 auto; background:url(imgs/all.png) fixed no-repeat 0 0;}
</style>
</head>
<body>
<div id="top"></div>
</body>
</html>
用IE6显示正常,但在FF里面却变小了,图片
IE6:
在top里面加display:block也没用。 展开
3个回答
展开全部
写成这样不就ok了 只什么事都要认真啊 才一句话就错了好几个地方 呵
<!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" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>深圳送水-深圳送水电话-深圳桶装水-深圳送水网</title>
<style type="text/css">
*{ margin:0; padding:0;}
body{font-family:"宋体", "新宋体"; font-size:12px; background-color:#DEFDFF; }
#top{ width:900px;margin:auto; height:35px;background:url(imgs/all.png) no-repeat;}
</style>
</head>
<body>
<div id="top"></div>
</body>
</html>
<!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" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>深圳送水-深圳送水电话-深圳桶装水-深圳送水网</title>
<style type="text/css">
*{ margin:0; padding:0;}
body{font-family:"宋体", "新宋体"; font-size:12px; background-color:#DEFDFF; }
#top{ width:900px;margin:auto; height:35px;background:url(imgs/all.png) no-repeat;}
</style>
</head>
<body>
<div id="top"></div>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
给DIV一个快化就行了 display:block
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询