From your source, addition red:
Code:
</script>
<!-- #### NIFTY CUBE CODE ### ABOVE ##################################### -->
<script type="text/javascript" src="/js/rotate-home.js"></script>
<style type="text/css" media="all">
@import "/css/css-importedv2.css";
#navbar {
position:relative;
z-index:30000;
}
</style>
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/
/* - - - ADxMenu: BASIC styles - - - */
.menu, .menu
Added Later:
I also noticed that the layout, though fine in IE 6 gets messed up in IE 7. Add this, just before the adjustments for IE 6 so that you would now have:
Code:
</script>
<!-- #### NIFTY CUBE CODE ### ABOVE ##################################### -->
<script type="text/javascript" src="/js/rotate-home.js"></script>
<style type="text/css" media="all">
@import "/css/css-importedv2.css";
#navbar {
position:relative;
z-index:30000;
}
</style>
<!--[if gte IE 7]>
<style type="text/css">
#header-centercolumn, #header-leftcolumn{
position:relative;
height:130px;
}
#leftcolumn, #rightcolumn, #centercolumn {
position:relative;
top:30px;
}
</style>
<![endif]-->
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/
/* - - - ADxMenu: BASIC styles - - - */
.menu, .menu ul {
height: 1%;
}
.menu ul {
backgrou
Bookmarks