By geokker on
I was looking for a good, fixed-width theme that works across IE, Safari and Firefox. I was struck with how amazingly incompatible they all seem to be (visit: http://themes.drupal.org). Only Kubrick was close, so I installed it. It's fine, but there is a problem on IE - the footer background image is off to the left by 2 pixels (see: http://themes.drupal.org/themeswitcher?theme=kubrick).
There doesn't seem to be anything wrong with the css:
#header {background: url(kubrickheader.gif) no-repeat bottom center;}
#page {background: url(kubrickbg.gif) repeat-y top center; border: none;}
#footer {background: url(kubrickfooter.gif) no-repeat bottom center;}
I there a possible fix?
Comments
I couldn't figure it out. I
I couldn't figure it out. I have adapted the Leaf theme instead. I blame the weirdness of IE for this!