Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background images aren’t showing up [SOLVED] Re: Background images aren’t showing up [SOLVED]

#50155
chrisL
Member

Two things to fix it…

1 – clear your floats in your maincontent div (add an empty div after the content and sidecontent divs with the clear:both CSS attribute)
2 – remove the height and min-height from the maincontent div — these are not needed after you clear the floats

I had to add some extra content to the content section to test it to make it expand beyond the height of your background image, but this worked for me.