Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background appears over content and incorretly sized under IE. Works perfectly for FF, Chrome…

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37433
    ArcticPenguin
    Participant

    It works under safari, firefox, chrome. But appears weird under IE and Opera.. My best bet is it has to do something with the full page background settings.

    Here is the hyperlink to the website : http://www.carbonneutralantarctica.com/CNA_EN/index.html

    Here is the css :

    #bg {
    position:fixed;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    }
    #bg img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    min-width:50%;
    min-height:50%;
    }

    Here is the HTML








    Carbon Neutral Antarctica (CNA) - Renewable energy in Antarctica




















    See our progess here links





     


    Carbon Neutral Antarctica (CNA)


    base

    Our goal is to make Antarctica the world’s first carbon neutral continent by 2020. It will be a demonstration to the world that if Antarctica can do it, carbon neutrality is possible on a global scale. In the wake of the successful worldwide cooperation as demonstrated during International Geophysical Year, in 1959 the Antarctic Treaty was a remarkable result. It is the most successful example of international cooperation to date. Now that International Polar Year has begun to draw to a close, what legacy will come about as a result? We hope that a carbon neutral Antarctica could become that legacy. The Antarctic Treaty designated 10% of the face of the earth for peaceful and scientific purposes only. Why not designate that 10% of the world as carbon neutral?





    corner images








    International Logo Contest!


    You could win the chance to decide the logo for CNA, if interested see our contest rules : Contest Rules


    ×



    ** PLEASE DESCRIBE THIS IMAGE **

    ** PLEASE DESCRIBE THIS IMAGE **



    The CSS is quite long…

    #100370
    Senff
    Participant

    Define “it works” and “doesn’t appear correctly”. Those are very vague terms, it would help a lot if we could see it in action and you could point out what the problem is exactly….

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.