• Egads I cannot figure this out. My site footer just won’t get fixed in IE 8 and 9. Here’s the site:
    https://s8.mynewsitereview.com/

    Notice the footer content is overlapping the top of the box a few pixels. Here is the code from my <head> tag, and I can’t figure out why it’s not fixing it:

    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
    <!-- [if lte IE 9] >
    	<style type="text/css">
    	 	#footer #footer_bottom #colophon {
    	 		margin-top: 0;
    	 	}
        </style>
    <! [endif] -->

    Also, I’m trying to get the horizontal gradient on the footer working as well in IE. See the site in Firefox, Chrome, Opera to see it working. Any help?

  • The topic ‘IE 8, IE 9 fixes’ is closed to new replies.