本文介绍了我决定不适应IE6 - 我可以使用什么美味的CSS美味?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 好的,首先,这不是一个关于我是否应该为IE6服务的讨论。我确定有数以百计的线程上S.O. 放弃IE6会带来什么新的自由? / p> 我知道你们中的一些人会瘙痒告诉我为什么我应该支持ie6或关于js修复,这意味着我可以使用高级选择器等等 - 解决方案 使用IE6,你可以开始使用很多很好的东西。 新功能 $ b $ b 透明PNG(完整24位!) 使用child选择器 div> p 兄弟姐妹的用户选择器 p + input min / max-width / height :first -line :第一胎 :hover(所有元素) float:right position:fixed 属性选择器(输入[type =text]) 再次信任z-index 在IE7中修复的错误: Peekaboo Bug Internet Explorer和展开式框问题 Quirky Percentages 线高错误 边框混乱 消失的列表背景错误 Guillotine Bug Unscrollable Content错误 重复字符Bug IE和Italics 双浮点-Margin错误 重复缩进错误 三像素文字慢跑 爬行文字错误 发出第一个字母错误 Phantom box bug 31样式表限制 - 虽然,您不应该真的受此影响,否则您还有其他问题! 非技术性的事情: 节省时间和钱 丢弃90%的CSS黑客 Ok firstly, this is not a discussion on whether I should be catering for IE6. I'm sure there's hundreds of threads on S.O. where you can discuss the pros, cons, market shares, javascript shivs and all the other stuff that comes with it.What are the new freedoms that come with abandoning IE6?I know some of you will be itching to tell me why i should support ie6 or about js fixes that mean I can use advanced selectors etc etc - Please don't waste your/my/our time! 解决方案 With IE6 out of the way, you can start to use loads of really nice things. Below is a list of things specific to IE6.New featuresTransparent PNGs (full 24 bit!)Use of child selectors div > pUser of sibling selectors p + inputmin/max-width/height:first-line:first-child:hover (all elements)float: rightposition: fixedAttribute Selectors (input[type="text"])Trust z-index againBugs fixed in IE7:Peekaboo BugInternet Explorer and Expanding Box ProblemQuirky PercentagesLine-height bugBorder ChaosDisappearing List-Background bugGuillotine BugUnscrollable Content bugDuplicate Characters BugIE and ItalicsDoubled Float-Margin bugDuplicate Indent bugThree pixel text jogCreeping Text bugMissing First letter bugPhantom box bug31 style sheet limit - although, you shouldn't really be affected by this, else you've got other problems!Non-technical things:Save time and moneyThrow away 90% of CSS hacks 这篇关于我决定不适应IE6 - 我可以使用什么美味的CSS美味?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-29 20:33