当前位置:Gxlcms > html代码 > IE无法加载到外部CSS样式,用360浏览器就可以,上CSS引用代码[急]_html/css_WEB-ITnose

IE无法加载到外部CSS样式,用360浏览器就可以,上CSS引用代码[急]_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:29人阅读

        新用户注册页面        



下面是CSS

@charset "utf-8";/* CSS Document */body,dl,dt,dd,div,form {padding:0;margin:0;}#header,#main{	width:650px;	margin:0 auto;	}.bg{	background-image:url(../images/register_bg.gif);	background-repeat:no-repeat;	width:6px;	height:6px;	}	.bg_top_left{		background-position:0px 0px;		}	.bg_top_right{		background-position:0px -6px;		}	.bg_end_left{		background-position:0px -12px;		}	.bg_end_right{		background-position:0px -18px;		}	.bg_top{		border-top:solid 1px #666666;		}	.bg_end{		border-bottom:solid 1px #666666;		}	.bg_left{		border-left:solid 1px #666666;		}	.bg_right{		border-right:solid 1px #666666;		}.content{	padding:10px;	}	.inputs{		border:solid 1px #a4c8e0;		width:150px;		height:15px;	}		.userWidth{		width:110px;		}	.content div{		float:left;		font-size:12px;		color:#000;		}	dl{		clear:both;		}	dt,dd{		float:left;		}	dt{		width:130px;		text-align:right;		font-size:14px;		height:30px;		line-height:25px;		}	dd{		font-size:12px;		color:#666666;		width:180px;		}/*当鼠标放到文本框时,提示文本的样式*/.import_prompt{	border:solid 1px #ffcd00;	background-color:#ffffda;	padding-left:5px;	padding-right:5px;	line-height:20px;	}/*当文本框内容不符合要求时,提示文本的样式*/.error_prompt{	border:solid 1px #ff3300;	background-color:#fff2e5;	background-image:url(../images/li_err.gif);	background-repeat:no-repeat;	background-position:5px 2px;	padding:2px 5px 0px 25px;	line-height:20px;	}/*当文本框内容输入正确时,提示文本的样式*/.ok_prompt{	border:solid 1px #01be00;	background-color:#e6fee4;	background-image:url(../images/li_ok.gif);	background-repeat:no-repeat;	background-position:5px 2px;	padding:2px 5px 0px 25px;	line-height:20px;	}

保证路径是正确的 , 不知道为啥?


回复讨论(解决方案)

 

  

type的类型写反了。

   

type的类型写反了。



我试过 , 还是没有用呢

去掉也不管用吗?

那就不知道你哪里出的错了,我自己试了下,是没有问题的~~

去掉也不管用吗?

那就不知道你哪里出的错了,我自己试了下,是没有问题的~~



我想可能是浏览器的问题吧

浏览器还不至于出这么低级的问题的,先从自己的代码找起吧。

人气教程排行