How to change the font style of a transparent iframe background so that it is not affected by the underlying color? Ask God for advice! ! _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:19:19
Original
1625 people have browsed it

  • On-machine material management



  • The dynamically generated page looks like this, and the menu style is as follows:
    ul#topnav .sub ul li a
    {

    float: none;
    text-indent: 0; /*- -Reset text indent--*/
    height: auto;
    background: url(../../Images/menulist/navlist_arrow.png) no-repeat 5px 12px;
    padding: 7px 5px 7px 15px;
    display: block;
    text-decoration:none;
    color: #fff;
    }
    My font is transparent, and the background iframe is also transparent, so it is affected by the underlying Elemental influence. Now I want to change the font color so that it is not affected by the underlying element, but changing the color has no effect. I tested it myself and it was because of the influence of the underlying iframe. Please tell me how to change the font color without changing the iframe?


    Reply to the discussion (solution)

    Is there any expert who can help solve the problem?

    If there is a demo address that may be able to help you, you posted it The code cannot achieve the problem that occurs in the situation you mentioned.

    Hey, no one, let’s get over it

    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