How can I make these 3 images go side-by-side? +rep to any help.
http://www.omgupload.com/files/8959side.png
Here's the HTML:
Here's the CSS:Code:<div class="navigation"> <div class="button">HONE</div><div class="button">PHOTOS/VIDEOS</div><div class="button">REGISTER</div> </div>
Code:.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; }







Reply With Quote
eft to the button div

