Or, in my header.php file, I have this:
#header { margin: 0 !important; margin: 0 0 0 2px; padding: 1px; height: 198px; width: 758px; }
Find this in the header.php as well:
#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;}
And replace with this:
#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom left; border: none; }
#footer { /margin-left: 2px; }
And in the CSS for the footer:
#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 760px;
clear: both;
}
https://vindictivebastard.net/kubrickfixed/
Have it working and looking good in both IE and FF. =) Also, the downloadable files in the rar archive are there as well…for people to download all the fixed files. =)
spencerp
Sorry about that.. =( Forgot to add that additional footer coding in the header.php file before, but edited this post quick so it’s there now. :/