Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sawo_87 Friend
    #153122

    hi again 😉

    i just want to make my menu background transparent. therefore i used filter: alpha (opacity=70)… works great in ie.. but in firefox opacity:0.7 makes my whole menu transparent, even lvl 1 and below

    ul.level0 li.mega {
    background: #ffffff;
    filter: alpha (opacity=70);
    opacity:0.9 ;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    }

    another problem is the font. it also gets transparent, although i just want my background :/

    aaronfarias Friend
    #351719

    Mabye make a stylesheet just for ie?

    <!-->
    <link href="ie.css" rel="stylesheet" type="text/css" />
    <!-->

    sawo_87 Friend
    #351721

    but this wont fix my problem that everything is transparent in ie?! :-/

    sorry: in firefox everthing is transparent.. why does the alpha filter for ie works different to the opacity for firefox? 🙁 was quite happy about the style in ie and just wanted to have a brief look in firefox and now this.

    fixed my problem by:

    ul.level0 li.mega {
    background: #FFFFFF; filter:alpha(opacity=80);
    background: rgba(255, 255, 255, 0.7);
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    }

    line 1 for IE
    line 2 for Firefox

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  sawo_87 14 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum