loserWILL
15-07-2008, 03:27 PM
How can I make these 3 images go side-by-side? +rep to any help.
http://www.omgupload.com/files/8959side.png
http://www.omgupload.com/files/8959side.png
Here's the HTML:
<div class="navigation">
<div class="button">HONE</div><div class="button">PHOTOS/VIDEOS</div><div class="button">REGISTER</div>
</div>
Here's the CSS:
.navigation {
width: 437px;
height: 32px;
margin-left: -230px;
margin-top: 70px;
float: left;
}
.button {
background-image: url(file:///C|/Users/Greens/Desktop/picster/site/images/normal_button.png);
width: 133px;
height: 32px;
margin-right: 4px;
}
http://www.omgupload.com/files/8959side.png
http://www.omgupload.com/files/8959side.png
Here's the HTML:
<div class="navigation">
<div class="button">HONE</div><div class="button">PHOTOS/VIDEOS</div><div class="button">REGISTER</div>
</div>
Here's the CSS:
.navigation {
width: 437px;
height: 32px;
margin-left: -230px;
margin-top: 70px;
float: left;
}
.button {
background-image: url(file:///C|/Users/Greens/Desktop/picster/site/images/normal_button.png);
width: 133px;
height: 32px;
margin-right: 4px;
}