css在IE,FF下兼容问题 5

以下这段代码在IE下正常,但在FF下就不美观了。帮忙找一找问题修改一下并解释一下。<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Trans... 以下这段代码在IE下正常,但在FF下就不美观了。帮忙找一找问题修改一下并解释一下。

<!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>

<title>www.</title>

<style>
*{margin:0; padding:0;font-family:Verdana, "宋体", Arial; font-size:12px; line-height:1.8;}
ul,li{list-style:none;}
a:link,a:visited{color:#000;text-decoration: none;}
a:hover,a:active{color:#CC0000;text-decoration: none;}
#c{ background:#FFCC33; border-top: 1px solid #fff; padding:5px 15px;}
#tags{ position:absolute; margin-top:-28px;}
h1{ font-size:18px;}
p{ background: #FF9900; padding:2px 15px; border-top:1px solid #FFFFCC}
#tags li{padding:3px 10px;float:right;margin-right:10px;border:1px solid #FFFFCC;border-bottom:none;background: #FDF5B5;}
#tags .z{font-weight: bold; background:#FF9900; border: 1px;}
</style>

</head>

<body>
<div id="c">
<h1>CNWEBSHOW.COM</h1>
<span>网页设计秀</span>
</div>
<div id="tags">
<ul>
<li><a href="#" target="_blank">我的牢骚</a></li>
<li><a href="#" target="_blank">情感文章</a></li>
<li><a href="#" target="_blank">笑话音乐</a></li>
<li><a href="#" target="_blank">友情链接</a></li>
<li><a href="#" target="_blank">给我留言</a></li>
<li class="z"><a href="#" target="_blank">网站首页</a></li>
</ul>
</div>

</body>

</html>
展开
 我来答
bdusnb
2009-04-24 · TA获得超过132个赞
知道小有建树答主
回答量:175
采纳率:100%
帮助的人:175万
展开全部
如需交流请百度hi联系

成功解决,IE火狐显示一个样

修改地方
1.
#tags{ position:relative; margin-top:-28px;float:right;border:0;}
2.
#tags .z{font-weight: bold; background:#FF9900; border: 1px white white;}

完整代码如下

<!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>

<title>www.</title>

<style>
*{margin:0; padding:0;font-family:Verdana, "宋体", Arial; font-size:12px; line-height:1.8;}
ul,li{list-style:none;}
a:link,a:visited{color:#000;text-decoration: none;}
a:hover,a:active{color:#CC0000;text-decoration: none;}
#c{ background:#FFCC33; border-top: 1px solid #fff; padding:5px 15px;}
#tags{ position:relative; margin-top:-28px;float:right;border:0;}
h1{ font-size:18px;}
p{ background: #FF9900; padding:2px 15px; border-top:1px solid #FFFFCC}
#tags li{padding:3px 10px;float:right;margin-right:10px;border:1px solid #FFFFCC;border-bottom:none;background: #FDF5B5;}
#tags .z{font-weight: bold; background:#FF9900; border: 1px white white;}
</style>

</head>

<body>
<div id="c">
<h1>CNWEBSHOW.COM</h1>
<span>网页设计秀</span>
</div>
<div id="tags">
<ul>
<li><a href="#" target="_blank">我的牢骚</a></li>
<li><a href="#" target="_blank">情感文章</a></li>
<li><a href="#" target="_blank">笑话音乐</a></li>
<li><a href="#" target="_blank">友情链接</a></li>
<li><a href="#" target="_blank">给我留言</a></li>
<li class="z"><a href="#" target="_blank">网站首页</a></li>
</ul>
</div>

</body>

</html>

祝你不断进步
百度网友19ad548
2009-04-24 · TA获得超过209个赞
知道小有建树答主
回答量:739
采纳率:0%
帮助的人:527万
展开全部
#tags{ position:absolute; margin-top:-28px;}
它改成
#tags{ margin-top:-28px; float:right}
这样就好了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
生船说奴5108
2009-04-24
知道答主
回答量:26
采纳率:0%
帮助的人:7万
展开全部
兼容没做好,我简单讲一下ie6/ie7/firefox之间的关键字。
比如设置一个div的width:100px;
ie6下:*width:100px;
ie7下:*width:100px!important;
ff:width:100px;

希望能给到你帮助,其实兼容不难解决。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式