Click to See Complete Forum and Search --> : Background image not repeating over whole page


Michael_Burgess
06-10-2009, 03:39 PM
Hi there,

Just started work on a new site.

If you look at the default page at this link:

http://www.mnetuk.com/Clients/LBACreative/ManisInn/

You will see the background gradient going down under the whole page.

If you click the Rates link on the menu, you'll see that it's not going past the menu bar.

Happening in IE8 and Firefox.

Any ideas why this may be happening please?

Also, how can I size the bottom sections so that the height is according to their content, so that if I put more text in, or if the user increases the font size, the background image will carry on repeating down?

Thanks.

Michael_Burgess
06-12-2009, 04:02 AM
Can anyone shed any light please? Noticed loads of people have looked, but none can help :(

aerofanatic
06-12-2009, 12:13 PM
set the property for the background image in the containing div to:

background-repeat:repeat-y;

This should make it repeat up to the bottom of div.