Home  >  Article  >  Web Front-end  >  I don’t know what the language problem is with this web page. Want to learn. . Please advise! _html/css_WEB-ITnose

I don’t know what the language problem is with this web page. Want to learn. . Please advise! _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:17:48976browse

ff6d136ddc5fdfeffaf53ff6ee95f185
460b4826c62af4eca444f8c724f9f66b bed06894275b65c1ab86501b08a632eb
929d1f5ca49e04fdcb27f9465b944689


I only want to display one, but the result is full

What to do?



Reply to discussion (solution)

ff6d136ddc5fdfeffaf53ff6ee95f185

  • <li style="background-image: url(http://fanyi.baidu.com/asset/fanyi-logo.png); padding-bottom: 3px; line-height: 16px; background-color: transparent; list-style-type: none; margin: 0px; padding-left: 10px; padding-right: 10px; background-position: 0% 7px; padding-top: 3px; background-origin: initial; background-clip: initial;background-repeat:no-repeat ;"> </li></ul>?

    One sentence missing: background-repeat:no-repeat;
    ================ ====
    In fact, you can merge it into a background attribute:
    background:transparent url('http://fanyi.baidu.com/asset/fanyi-logo.png') no-repeat;

    Please refer to here http://www.dreamdu.com/css/property_background/

  • Statement:
    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