Aligning DIVS next to each other

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • friendlycoder

    Aligning DIVS next to each other

    Hi there,

    How do you align DIVS next to each other?

    I have 3 images, each image is assocated in the style sheet as
    background image.

    I want the images to align to each other like this example


    As you see I have a main layer wrapper.
    Then insider the layer wrapper I want the 3 DIVS all next to each
    other.

    My code so far is for my CSS is

    #layerimage1 {
    background-image: url(topleft_ban ner.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 253px;
    }

    How to get the other 2 layer images to be beside?

    Thanks
    FC

Working...