Peety
Neues Mitglied
Hallo,
nach stundenlanger suche im Netz habe ich es aufgegeben. Ich verwende auf einer Seite folgenden Code, um eine resizable Box darzustellen:
hier die CSS dazu:
So, unterm dem IE 7 sowie Firefox wird die Box richtig dargestellt:
im IE 6 schaut es dann so aus:
Ich hoffe, dass mir jemand helfen kann. Google konnte es leider nicht :-(
Grüße aus Frankfurt
Peety
nach stundenlanger suche im Netz habe ich es aufgegeben. Ich verwende auf einer Seite folgenden Code, um eine resizable Box darzustellen:
Code:
<div id="content">
<div class="ro">
<div class="lo">
<div class="ru">
<div class="lu">
<div class="inhalt Stil2">
<p>__CONTENT__</p>
</div>
</div>
</div>
</div>
</div>
hier die CSS dazu:
Code:
.ro {
background:url(images/1.gif) top right no-repeat;
margin:0;
padding:0;
}
.lo {
background:url(images/2.gif) top left no-repeat;
margin:0;
padding:0;
}
.ru {
background:url(images/4.gif) bottom right no-repeat;
margin:0;
padding:0;
}
.lu {
background:url(images/3.gif) bottom left no-repeat;
margin:0;
padding:0;
}
.inhalt {
margin:0;
padding:2em;
}
So, unterm dem IE 7 sowie Firefox wird die Box richtig dargestellt:
im IE 6 schaut es dann so aus:
Ich hoffe, dass mir jemand helfen kann. Google konnte es leider nicht :-(
Grüße aus Frankfurt
Peety