Noch nicht viel geschrieben
hallo habe ein problem
hier erstmal der HTML code:
<div id="navigation" class="container2">
<div id="buttons">
</div>
</div>
hier der css code:
#navigation{width:517px;height:62px;}
#buttons{width:517px;height:62px;background:url(images/buttons-oben.png);}
.container2{margin:auto;width:810px;}
möchte das bild am linken rand des containers ausrichten
mit float:left geht das bild aber an den äußersten rand des bildes
möchte das mit nem container machen, da ich noch mehr daran
ausrichten muss/möchte.
hier erstmal der HTML code:
<div id="navigation" class="container2">
<div id="buttons">
</div>
</div>
hier der css code:
#navigation{width:517px;height:62px;}
#buttons{width:517px;height:62px;background:url(images/buttons-oben.png);}
.container2{margin:auto;width:810px;}
möchte das bild am linken rand des containers ausrichten
mit float:left geht das bild aber an den äußersten rand des bildes
möchte das mit nem container machen, da ich noch mehr daran
ausrichten muss/möchte.