I have a div with a background image. Height and width of the div are set to the size of the image.
I want to pad the top of the div (padding:30px so the contents display in the correct position.
In IE - the display is correct.
In FF - the padding is added to the height of the div so the image repeats and the contents of the page are pushed down.
How can I make the display appear the same in both browsers?
Keith
I want to pad the top of the div (padding:30px so the contents display in the correct position.
In IE - the display is correct.
In FF - the padding is added to the height of the div so the image repeats and the contents of the page are pushed down.
How can I make the display appear the same in both browsers?
Keith