Hi Leute,
Zu erst einmal, finde ich euer Forum sehr sehr hilfreich, hab hier schon sehr viel gefunden was mir weitergeholfen hat. Dafür danke.
Allerdings hab ich jetzt ein Problem. Hab soeben mein Homepage Design in Photoshop gesliced, und in Div's umgesetzt. Nun mein Problem. In Firefox sieht alles so aus, wie es soll. Öffne ich es jedoch in IE tritt ganz unten ein Problem auf.
Sieht selbst: http://www.graceful-rage.com/tfe/
Es ist zwar minimal es stört mich aber.
Meiner Meinung nach en Bug in IE. Wollte nur mal wissen wie ich dieses Problem lösen kann.
Hier mein CSS:
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color:#000000;
overflow: auto
}
#global {
position: absolute;
width: 980px;
height: 600px;
left: 50%;
top: 50%;
margin-left: -490px;
margin-top: -300px;
}
#top{
position: absolute;
width: 980px;
height: 210px;
top: 0px;
left: 0px;
background-image: url(bilder/r1_c1.jpg);
}
#bottm_bar{
position: absolute;
width: 980px;
height: 17px;
top: 210px;
left: 0px;
background-image: url(bilder/r2_c1.jpg)
}
#left_border{
position: absolute;
width: 16px;
height: 357px;
top: 227px;
left: 0px;
background-image: url(bilder/r3_c1.jpg);
}
#top_box{
position: absolute;
width: 237px;
height: 41px;
top: 227px;
left: 16px;
background-image: url(bilder/r3_c3.jpg);
}
#left_box{
position: absolute;
width: 22px;
height: 254px;
top: 268px;
left: 16px;
background-image: url(bilder/r5_c3.jpg);
}
#content_box{
position: absolute;
width: 187px;
height: 254px;
top: 268px;
left: 38px;
background-image: url(bilder/boxbg.jpg);
}
#right_box{
position: absolute;
width: 28px;
height: 254px;
top: 268px;
left: 225px;
background-image: url(bilder/r5_c5.jpg);
}
#bottom_box{
position: absolute;
width: 237px;
height: 38px;
bottom: 40px;
left: 16px;
background-image: url(bilder/r6_c3.jpg);
}
#top_content{
position: absolute;
width: 713px;
height: 26px;
top: 227px;
left: 253px;
background-image:url(bilder/r3_c6.jpg);
}
#left_content{
position: absolute;
width: 29px;
height: 307px;
top: 253px;
left: 253px;
background-image: url(bilder/r4_c6.jpg);
}
#content{
position: absolute;
width: 649px;
height: 307px;
top: 253px;
right: 49px;
background-color:#FFFFFF;
}
#right_content{
position: absolute;
width: 35px;
height: 307px;
top: 253px;
right: 14px;
background-image: url(bilder/r4_c8.jpg);
}
#bottom_content{
position: absolute;
width: 950px;
height: 24px;
bottom: 16px;
right: 14px;
background-image:url(bilder/r7_c2.jpg);
}
#right_border{
position: absolute;
width: 14px;
height: 357px;
top: 227px;
right: 0px;
background-image: url(bilder/r3_c9.jpg);
}
#bottom_border{
position:absolute;
width: 980px;
height: 16px;
bottom: 0px;
background-image:url(bilder/r8_c1.jpg);
}
</style>
Hoffe jemand kann mir helfen, vielen Dank im Vorraus
grüsse Sauer