I'm working on a project whereby the University has full control over the source code (Drupal) and all I can do is CSS Overrides in the theme area.
The problem that I'm having is that the header is not staying where it is supposed to in IE7.
IE8 along with Firefox, Chrome, and Safari work exactly as expected.
Here is my CSS Overrides
#uc-splash div.uc-section, div.splash{width:790px !important; height:184px !important;}
#uc-navigation div.secondary, #uc-navigation div.secondary a { color: #fff;}
#uc-navigation .primary, #uc-navigation .secondary {background-color:#14195b !important;}
#uc-navigation div.secondary, #uc-navigation div.secondary a {color:#fff !important;}
#uc-navigation div.secondary, #uc-navigation div.secondary a:hover { background-color: #1c6fb7; color:#fff;}
#uc-content div.secondary a{color: #14195b;}
#uc-content div.secondary .block h2 { background-color: #14195b; color: #ffffff; }
#uc-content div.secondary .block{background-color:#e4e8ed;}
#uc-navigation .secondary{background-color: #14195b!important;}
And here is the page in question. http://wcmprod2.ucalgary.ca/mha_ipe/
Any help or direction will be greatly appreciated.