Hey Leute
Ich möchte einen Banner machen mit 4 Buttons, Leider stehen alle Buttons untereinander anstann 2 oben und 2 unten.
Habe schon versucht sie richtig zu positionieren schaffe es aber nicht.
hier erst mal der quelli
HTML
[HTML]
Lerix-ProdCSS:
[HTML]body
{
background-color: black;
}
#Banner
{
background-image: url(Layoutall/Banner.png);
background-repeat: no-repeat;
background-position: center;
padding-right: 400px;
padding-top: 10px;
width: 800px;
height: 150px;
}
#Home
{
repeat: no-repeat;
position: left
padding-top: 2px;
padding-left: 209px;
}
#Forum
{
repeat: no-repeat;
padding-right: 2px;
position: right;
padding-left: 100px;
}
#Bilder
{
}
#Projekte
{
}
[/HTML]
HIER EIN BILD VOM PROBLEMCHEN^^
http://img14.imageshack.us/img14/1970/prob1x.th.jpg
MFG LEri^^