PDA

View Full Version : Side-by-side



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;
}

kk.
15-07-2008, 03:29 PM
Add float:left to the button div

Excellent
15-07-2008, 04:59 PM
Josh already said it, please delete mod.

Want to hide these adverts? Register an account for free!