Home > Web Front-end > HTML Tutorial > ul li linst-style中的decimal属性360浏览器不支持?_html/css_WEB-ITnose

ul li linst-style中的decimal属性360浏览器不支持?_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:42:44
Original
1346 people have browsed it

ul li list-style decimal 360浏览器

 

                                
  • aa

  •                             
  • bb

  •                             
  • vv

  •                             
  • dd

  •                             
  • rr

  •                             
  • ff

  •                         


样式
.mrc_route
{
    width:130px;
    height:200px;
    float:right;
    margin-left:20px;
}
.mrc_route li
{
    height:30px;
    width:130px;
    line-height:30px;
    list-style:decimal;
    color:White;
    float:left;
    font-size:12px;
}
ie  谷歌 都能正常显示 为什么360不行 哪里出错了?

回复讨论(解决方案)

http://bbs.blueidea.com/thread-2646079-1-1.html
http://www.red-team-design.com/css3-ordered-list-styles

这个问题我也遇到过,最后我也不知道怎么解决的,感觉list-style:decimal和float:left有点小冲突

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