Hallo Leute,
ich habe eine Navigation erstellt. Alleine sieht diese uninteressant aus, deshalb wollte ich noch ein Bild danneben setzten beziehungsweise dahinter.
Der Balken soll an der Stelle sein, wo die Navigation ist, so wie hier an oberer Stelle und der zweite soll weg, warum da einer ist, weiss ich auch nicht!
Wie lässt sich das Problem lösen?
Liebe Grüße
Billbos
http://www.billbos.eu (Beispiel)
CODE LAYOUT
Code
@charset "utf-8";
/* CSS djw_LAYOUT */
*html {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
background: #FFF url(../img/background/background.png) repeat-x bottom left;
height: 100%;
font: 100.01% Arial, Helvetica, sans-serif;
text-align: left;
}
#top {
width: 100%;
height: 50px;
background: #999;
}
#topnaviimage {
background: url(../img/navi/top_navi-left-right.png) no-repeat;
width: 1000px;
margin: -50px auto 0 auto;
}
#main {
background: #CCC;
width: 700px;
margin: 0 auto;
}
Alles anzeigen