I have two graphics to make up a banner - one on the left side of the screen, one at the right. The middle is plain white. So no matter how wide the screen resolution, the two banner graphics are always in the upper corners.
I am running into a problem implementing this with CSS - I thought a float left and right would do it but the right graphic keeps displaying under the left one. Am I missing something here?Let's see your code or a link to what you've gotNormally what you'd want to do in that case is make the left image the background and the right image the foreground.Thanks that did it.
I am running into a problem implementing this with CSS - I thought a float left and right would do it but the right graphic keeps displaying under the left one. Am I missing something here?Let's see your code or a link to what you've gotNormally what you'd want to do in that case is make the left image the background and the right image the foreground.Thanks that did it.