Forum Banner - CSS Help

Discussion in 'Programming' started by Gomar, Jul 19, 2010.

  1. #1
    Hey, guys

    The forum is the first link on my signature. I want to make it so that the middle image starts from the left and not from the middle. The banner is composed of 3 images, btw. The middle image get's overlapped if the browser is too small, and it's also a repeatable image. Which is fine I just want to make it so that it starts from the left side of the image, so it looks like it continues from the left image.

    Thanks
     
    Gomar, Jul 19, 2010 IP
  2. Nithya_hiox

    Nithya_hiox Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,
    Could you plz give the coding?
     
    Nithya_hiox, Jul 26, 2010 IP
  3. thecubehost

    thecubehost Active Member

    Messages:
    221
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    70
    #3
    In the css, try adding this to all the image tags and if your using absolute positioning, remove that.

    float: left;
     
    thecubehost, Jul 26, 2010 IP