如何在Internet Explorer 6.0中设置CSS设计?
问题描述:
亲爱的,
如何在Internet Explorer(IE 6.0)中应用设计.
而应用CSS却没有设置太多控件,为什么?
如何解决这个问题.
我有div标签,并调用css类没有应用某些样式.
示例:div标签的圆角区域不适用
如何解决这个问题.
请发送答案.
通过mohan.
Dear One,
How to apply design in Internet Explorer(IE 6.0).
while apply css not set so many controls why?
How to solve this problem.
I have div tag and call to css class not apply some style.
Example: div tag rounded corner area not apply
how to solve this problem.
please sent answers.
By mohan.
答
使用
Hi use
<style type="text/css">
.style
{
background: #7e3434; //IE6
width: 100%;
}
.style1
{
width: 100%;
display: none;
}
</style>
此方法可以帮助您
this method help you