> hi all
How do you do?
> I have an image that I want to repeat across the very top of my page
> (it's a
[quoted text clipped - 12 lines]
>
> but no matter what I do, it wont repeat. I only get one of them.
What type of element is .topimage?
Is there anything that is limiting its width?
Have you tried specifying {... width:100%;}

Signature
William Tasso
Tony - 28 Nov 2005 23:06 GMT
>.topimage
>{
[quoted text clipped - 4 lines]
> position: absolute;
>}
position:absolute takes the element out of the normal flow, which will
affect it's width rendering. If it is not necessary, remove that line.
Otherwise, specify a width, as William suggested.