Hi
This request I am guessing is not specific to the theme and probably a css related question so I beg your indulgence - I am having a problem on IE and firefox (not Chrome funnily enough) with the body_bg.jpg image not geeting positioned at the base of the theme where it belongs but rising to the top of the page as a background header. Any assistance would be greatly appreciated.
See http://www.craptown.com.au
Thanks in advance and again thannks for a cracking theme.
Comments
Comment #1
interface-web design commentedPlease put the below css in style.css of your theme folder:
html{
height:auto;
}
This will resolve the problem.
Comment #2
chlobe commentedFantastic, sorted.
Thanks so much, very much appreciated.