Results 1 to 3 of 3

Thread: Side-by-side

  1. #1
    Join Date
    Dec 2007
    Location
    Toronto, Ontario, Canada
    Posts
    689
    Tokens
    0

    Default Side-by-side

    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:
    Code:
    <div class="navigation">
    <div class="button">HONE</div><div class="button">PHOTOS/VIDEOS</div><div class="button">REGISTER</div>
    </div>
    Here's the CSS:
    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;
    }

  2. #2
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    Add floateft to the button div

  3. #3
    Join Date
    Apr 2008
    Location
    England.
    Posts
    1,324
    Tokens
    0

    Latest Awards:

    Default

    Josh already said it, please delete mod.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •