Home > Web Front-end > HTML Tutorial > css样式ie6不能调用,ie78,ff都正常,怎么解决呀,急_html/css_WEB-ITnose

css样式ie6不能调用,ie78,ff都正常,怎么解决呀,急_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:41:53
Original
1002 people have browsed it

ie css class div

这是html代码


公司介绍


                    

                     当前位置:
                        首页 > 
                        关于高胜 >
                        公司介绍 
                    




                
                





这是css代码
#side_menu dl dt,#side_menu .side_hover dt,.address,.mail,.phone,.facsimile,.pages_right{ background:url(../images/icon.png) no-repeat;}
.pages_right{background-position:-441px -255px; background-color:#FAF8F5; width:635px; padding:40px 60px 65px 50px; height:auto !important; height:1220px; min-height:1220px; display:inline; position:relative;}
.pages_right h1{ font-size:30px; font-family:"微软雅黑"; font-weight:bold; color:#554437;}
#crumbs,#crumbs a{ color:#68594C;}

回复讨论(解决方案)

ie6下测试页没问题啊 你怎么调用?怎么没用?

ie6下测试页没问题啊 你怎么调用?怎么没用? 所以我就不明白了,ie7,8,ff都调用的很正常呀

ie6下测试页没问题啊 你怎么调用?怎么没用? 所以我就不明白了,ie7,8,ff都调用的很正常呀,除非就是刚开始的时候.pages_right h1这个类的属性我分开写了,当时ie6就冲突了,然后我就重新放在一起,其他的浏览器依然正常,ie6就是一点都不调用了

看看是不是编码方式的原因?

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
Copy after login

这一句必须在title的前面,如果是在后面,ie6下会出问题。
完整的应该是下面这样的:
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>    test
Copy after login

ie6下测试页没问题啊 你怎么调用?怎么没用?
是编码错误了,今天打开看,css文件里中文的注释全部不能用了,重新建一个文件OK了

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template