Cross Browser Problems - More IE Issues

Discussion in 'HTML & Website Design' started by spyraldesigns, Feb 19, 2009.

  1. #1
    I'm a designer for a site that uses CMSMs (CMS Made Simple), and I'm having issues making a new template work correctly in IE.

    The page displays fine in Firefox, Chrome, Safari - but completely fails in IE.

    http://www.jerseysclassicrock.com/index.php?page=survivor
    Code (markup):
    I know there are better ways to create the page (it's photoshop sliced, diced, and tabled). I plan to recreate it using CSS in the future, but for now I just need it working. ASAP.

    The only CSS the page uses currently is for the background :

    
            body {
    	background-image: url(bghere);
    	background-repeat: no-repeat;
    	background-position: top center;
    	margin-top: 0px;
    	margin-right:45px; 
    	background-attachment: scroll;
    	background-color:#013e60;
    }
    
    Code (markup):
    The template can pretty much be viewed by viewing the source.

    Any help is greatly appreciated - and as I said, I know there's better ways to create this - I just need a quick fix for temporary issues.
     
    spyraldesigns, Feb 19, 2009 IP