一个诡异的CSS问题
偶写了一段CSS代码,在IE里显示正常,可在FireFox里就显示异常。经firebug查看后发现针对标签td的CSS代码丢失。
CSS代码如下。
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<!--
a:hover {
font-size: 9pt; color: #FF0000;
}
td {
font-family: "宋体"; font-size: 9pt; color: #000000;
}
a {
font-size: 9pt; text-decoration: none; color: #000000;
noline:expression(this.onfocus=this.blur);
}
img{
border:0;
}
.img1{
border:1;
}
.blue {
font-size: 9pt; color: #034683;
}
.bgcolor {
font-size: 9pt; color: #1980DB;
}
.btn_grey {
font-family: "宋体"; font-size: 9pt;color: #333333;
background-color: #eeeeee;cursor: hand;padding:1px;height:19px;
border-top: 1px solid #FFFFFF;border-right:1px solid #666666;
border-bottom: 1px solid #666666;border-left: 1px solid #FFFFFF;
}
input{
font-family: "宋体";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
.word_white{
color:#FFFFFF;
}
.word_deepgrey{
color:#999999;
}
.word_orange{
color:#FF6600;
}
.word_green{
color:#FEECEA;
}
.noborder{
border:none;
}
.word_gray{
co
相关问答:
CSS code:
body {
}
#x
{
width:1024px;
height:768%;
background-color:Red;
position:relative;
}
#x.top
{ position:absolute;
width:800px;
height:100px;
top:0px ......
form表单下拉框的蓝色怎么去掉呢,我想把下拉框的颜色设为透明的
may be no way.
像QQ空间里的那些透明的下拉框是怎么弄得呢?
引用
像QQ空间里的那些透明的下拉框是怎么弄得呢?
用层模拟的吧
基本都 ......
刚才在别处看到一个关于js+css来控制网页显示的问题,如何写自动判断是百度蜘蛛还是人浏览呢
就是百度蜘蛛访问的是一个页面,而人看到的是另一个页面
希望高手帮助
不会,帮你顶一下
不懂,有待学习!
唉~~ ......
HTML code
<html>
<head>
<title>直接输入的Excel表格 </title>
<style>
<!--
table.formdata{
border:1px solid #5F6F7E;
border-collapse:collaps ......