und zwar geht es darum,
habe grade ein Layout angefangen und es auch schon im groben aufgeteilt und passt auch alles von den Boxen und so... jetzt wollte ich um meine gesammte übergeordnette box noch eine border legen. Dieses funktioniert allerdings nur im IE (7) (6er und andere noch nicht getested). Im FF wird nur die top border angezeigt und noch 2-3px auf jeder Seite nach unten... kann mir das nicht erklären wäre nice wenn sich das mal jmd anschauen würde...
weis nicht was das noch sein könnte
- Code: Alles auswählen
#box {width:780px; height:100%; border: solid 5px #b3b2b2;}
#logo{background-image:url(Bilder/logo.jpg); float:left; width:256px; height:84px;}
#navibox{width:524px; height:84px; float:right;}
#naviup{background-image:url(Bilder/naviup.png); float:right; width:524px; height:24px;}
#navidown{background-image:url(Bilder/navidown.png); float:right; width:524px; height:60px;}
#head{background-image:url(Bilder/header_01.jpg); float:left; width:727px; height:218px;}
#bez{background-image:url(Bilder/bez_01.png); float:right; width:53px; height:218px;}
#subnavi{background-image:url(Bilder/subnav.png); float:left; width:188px; height:332px;}
#content{width:592px; height:332px; background-color:#FFFFFF; float:right;}
#footerbox{width:780px; height:66px; float:left;}
#footerbanner{background-image:url(Bilder/footerbanner.png); float:left; width:780px; height:40px;}
#footer{background-image:url(Bilder/footer.png); float:left; width:780px; height:26px;}
