Home > Web Front-end > HTML Tutorial > Ask about css issues on ie6_html/css_WEB-ITnose

Ask about css issues on ie6_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-24 12:12:25
Original
989 people have browsed it

  • Hello baby cow!


  • I want the realistic result to be:


    in firefox It can be displayed normally, but it cannot be displayed in IE6 because the tag cannot be adjusted in front of
  • . Please tell me how to deal with it, thank you!


    The following is my css code:
    li {	list-style-image:url(images/1.gif);	padding:0px;	} li span {	width:10px;	height:10px;	padding:2px;	float: left;	display:block;		margin-left:-48px;	*margin-left:-5px;	}
    Copy after login


    Reply to the discussion (solution)

    The poster first wants the plus sign to be displayed behind the icon?

    The poster first wants the plus sign to be displayed behind the icon?

    I want to load the plus sign in front of the icon, but after adjusting margin-left:-48px; it still cannot be displayed in ie6.

    li {    list-style-image:url(images/1.gif);    padding:0px;	list-style-position:inside;}li span {    width:10px;    height:10px;    padding:2px;    float: left;    display:block;}
    Copy after login

    CSS code
    li {
    list-style-image:url(images/1.gif);
    padding:0px;
    list-style-position:inside;
    }
    li span {
    width:10px;
    height:10px;
    padding:2px;
    float: left;
    display :bloc……

    Thank you~

  • Related labels:
    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