Nicht mehr ganz neu hier
Hi @ all,
ich habe ein Designproblem im IE 6.
Auf folgender Seite rutscht der Text, der eig. in der Mitte stehen sollte, einfach nach unten weg und ich habe keine Ahnung woran das liegt.
Hier der dazugehörige CSS Quellcode:
Ich hoffe, das mir jemand mit diesem Problem helfen kann.
MfG
MrManko
ich habe ein Designproblem im IE 6.
Auf folgender Seite rutscht der Text, der eig. in der Mitte stehen sollte, einfach nach unten weg und ich habe keine Ahnung woran das liegt.
Hier der dazugehörige CSS Quellcode:
HTML:
#links {
float: left;
width: 215px;
}
#rechts {
width: 240px;
float: right;
background-image: url(../images/lappi_cut_2.jpg);
background-repeat: no-repeat;
background-position: left top;
margin: 0px;
}
#content {
width: 525px;
*width:515px;
background: url(../images/lappi_cut.jpg) 417px 1px no-repeat;
*background: url(../images/lappi_cut.jpg) 417px 0px no-repeat;
margin-left: 215px;
margin-top:-14px;
*margin-top:0px;
padding-right: 5px;
padding-left: 5px;
}
MfG
MrManko