Hi all,
An issue i've never come across before. I've got a picture as a background which i declare in my css file. The div (wrapper) is 960px wide and 100px height, the image is to sit at the top left so no real placement needed.
I then have another div (container) inside the wrapper thats 700px wide with the content in it. The background image of wrapper will not display unless i put some content in the wrapper div (i have padding-top:100px to push container down so it's not that).
I can't put any content e.g. <p></p> in wrapper because it pushes everything down by 20px and makes the layout look....not bad....just not how i want it.
It's no doubt something obvious i have to declare in my wrapper div but your help as always is much appreciated.
Tom.