Div Container mit Ecken will nciht wie ich :/
Verfasst: Di 11.Sep, 2007 20:32
Hallo,
ich versuche gerade um din phpBB2 Runde Ecken drum zu legen was im FF klappt aber der IE 7 spinnt rum :/
könnte mir mal jemand weiter helfen wie ich das am besten in der overall_header.tpl und der overall_footer.tpl Auteilen muß ?
HTML Code
CSS Code
ich versuche gerade um din phpBB2 Runde Ecken drum zu legen was im FF klappt aber der IE 7 spinnt rum :/
könnte mir mal jemand weiter helfen wie ich das am besten in der overall_header.tpl und der overall_footer.tpl Auteilen muß ?
HTML Code
Code: Alles auswählen
<div class="rbroundbox"> <div class="rbtop"><div></div></div>
<div class="rbcontent">Header, Forum und Footer hier rein</div><!-- /rbcontent -->
<div class="rbbot"><div></div></div>
</div><!-- /rbroundbox -->
Code: Alles auswählen
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 20px 10px 20px 10px; }
.rbroundbox { width: 98%; margin: 1em auto; }