Home › Forums › CSS › Background appears over content and incorretly sized under IE. Works perfectly for FF, Chrome…
- This topic is empty.
-
AuthorPosts
-
March 31, 2012 at 1:04 pm #37433
ArcticPenguin
ParticipantIt 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
Carbon Neutral Antarctica (CNA)
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?
International Logo Contest!
You could win the chance to decide the logo for CNA, if interested see our contest rules : Contest Rules
×
The CSS is quite long…
March 31, 2012 at 6:52 pm #100370Senff
ParticipantDefine “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….
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.