Transparent working on firefox,chrome, safari but not on IE

Discussion in 'CSS' started by ali123, Jan 30, 2009.

  1. #1
    Hey guys I'm trying to customize an Amazon astore for my site. you can override the original css by putting in your own, I'm trying to make the background transparent but it unfortunately doesn't work on IE. I was wondering if anyone can help me configure it to work on ie?

    Here is the code

    body {
    margin:12px;
    padding:0px;
    background:transparent;
    color:#FFFFFF;
    min-width:748px;
    font-family:'Verdana', sans-serif;
    font-size:9pt;
    font-weight:500;
    line-height:12pt;
    text-decoration: none;
    }

    Here is the page

    http://anime3.net/11642/

    Thank you, Ali
     
    ali123, Jan 30, 2009 IP
  2. Delicocuk_mg

    Delicocuk_mg Active Member

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #2
    try to set true to allowtransparency
    like this
    <iframe src="..." allowtransparency="true"></iframe>
     
    Delicocuk_mg, Jan 30, 2009 IP
  3. PATHS

    PATHS Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I kinda have the opposite problem. Everything works well in Firefox & Chrome but not in IE. A drop-down menu, that in IE, keeps the transparency, so you can't effectively read the drop-downs. I have no idea where the problem is and been banging my head for weeks on this. Any ideas?
    The site is http://www.pathsatlanta.org
    :confused:
     
    PATHS, Jan 30, 2009 IP
  4. ali123

    ali123 Peon

    Messages:
    593
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Holy Beepsterz this worked!!! a million thanks to you sir, repped
     
    ali123, Jan 30, 2009 IP
  5. Delicocuk_mg

    Delicocuk_mg Active Member

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #5
    @ali123 no problem
    @paths
    I really don't know what the problem is, because i've never worked with wordpress.
    But
    1.) Javascript that is used is prototype/scriptaculous
    this is a goog example to set one
    hxxp://nettuts.com/javascript-ajax/create-a-simple-intelligent-accordion-effect-using-prototype-and-scriptaculous/

    2.)You can also try to integrate you own accordion menu in your template
    here are some examples
    hxxp://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm

    ps:replace hxxp:// with http:/
     
    Delicocuk_mg, Jan 30, 2009 IP