我是靠谱客的博主 甜美小丸子,这篇文章主要介绍如何去处理 li,dt,dd等引起的无法显示背景的bug呢。,现在分享给大家,希望可以做个参考。

如何去处理 li,dt,dd等引起的无法显示背景的bug呢。

这个是ie6 的一个bug.

div  {
    float
:  left ;
    position
:  relative ;
    clear
:  left ;   /*  not related to the bug  */
}

dt, dd, li 
{
    background
:  #f00 ;
}


 

div  {
    float
:  left ;
    position
:  relative ;
    clear
:  left ;   /*  not related to the bug  */
}

dt, dd, li 
{
    background
:  #f00 ;
    position
:  relative ;
}


更多:http://developer.51cto.com/art/200908/143733.htm

转载于:https://www.cnblogs.com/zq535228/archive/2010/06/22/1762652.html

最后

以上就是甜美小丸子最近收集整理的关于如何去处理 li,dt,dd等引起的无法显示背景的bug呢。的全部内容,更多相关如何去处理内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(55)

评论列表共有 0 条评论

立即
投稿
返回
顶部