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
In the css, try adding this to all the image tags and if your using absolute positioning, remove that. float: left;