Home >Web Front-end >HTML Tutorial >xml应用css不能显示_html/css_WEB-ITnose

xml应用css不能显示_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:37:15907browse

<?xml version = "1.0" encoding = "UTF-8"?><?xml-stylesheet type="text/css" href = "config.css"?><soft>	<A>		<a1 id="a1">中国</a1>		<a2 id="a2">美国</a2>	</A>	<B>		<b1 id="b1">日本</b1>	</B></soft>

#a1{	color:red;	font-size:200px;}#a2{	color:blue;	font-size:100px;}#b1{	color:green;	font-size:50px;}

为啥ie里显示不出来css设定的风格呢?


回复讨论(解决方案)

改一下编码就行了。

改了也没用,还是不能应用css,为什么呢?
改一下编码就行了。

LZ应该是用XSLT和XML方式生成静态HTML页面吧,如果是这样的话应该在XSLT里添加CSS,而不是XML

发现用谷歌浏览器能够正常显示css的样式了,ie就不行了,大概与ie浏览器本身有关吧,但不知道为什么?
LZ应该是用XSLT和XML方式生成静态HTML页面吧,如果是这样的话应该在XSLT里添加CSS,而不是XML

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn