Hallo zusammen,
Und scheinbar ist header_logo nur dazu da ein Bild zu positionieren. Warum gibts das div ueberhaupt?
Dies ist für die Positionierung des Bildes!
CSS:
div.header {
width: 779px;
height: 95px;
background-image: url(../images/header.gif);
}
div.logo {
padding-top:25px;
padding-left:25px;
width: 230px;
}
div.news_top {
width: 400px;
left: 300px;
top: 25px;
}
Div anordnung:
<div class="wrapper">
<div class="header">
<div class="logo">BILD</div>
<div class="news_top">TEXT</div>
</div></div>
Bin Euren Antworten bis jetzt nicht weiter gekommen!
Danke für Eure Antworten die hilfreich sind!?
Gruss Raggazzi