Results 1 to 3 of 3

Thread: Opacity in FF but not I.E

  1. #1
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Opacity in FF but not I.E

    I would really appreciate some help

    This works, Opacity and position in Firefox but not IE. Can anyone advise a missing line? I see the moz line but not IE? I'm not sure what and where to add??

    Please visit the site to see in both I.E/Fox

    Code:
    /** Page structure tweaks for layout editor wireframe */
    body#layout #header { 
      	margin-left: 0px;
      	margin-right: 0px;
    }
    
    
    } a.tip {position:relative;}
    
    a.tip span {display: none; position:relative; top:10px; left: 20px; padding: 5px 5px 5px 5px; z-index: 100; background-color: #000; color: #fff; border:0px solid #777; width:400px; height:460px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
    
    a:hover.tip {font-size:99%;cursor:pointer;}
    
    
    a:hover.tip span {display: block;position: relative;-moz-opacity: 0.8;
    opacity:0.8;  .change_opacity {
      opacity: 0.5;
      opacity:.5;
        
    
    }



    Here is site
    Last edited by Snookerman; 06-06-2009 at 10:52 AM.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    I believe that IE uses filter instead of opacity, but not 100% on that. In any case, you could do a quick search through the forums or through google to see how to accomplish this.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. The Following User Says Thank You to thetestingsite For This Useful Post:

    hawaiibadboy (06-06-2009)

  4. #3
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I figured it out with google and some patience Thanks !!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •