Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE7 problem Re: IE7 problem

#64721
ikthius
Member

I added that script to the syllabus page with no effect.

my css is split as in IE7 has its own, only a couple of differences. however, I have noticed that the header will not sit in the centre, here is my CSS for the header:

Code:
#header
{
position:fixed;
display:block;
top:0px;
width:960px;
height:80px;
margin: 0 auto 0 auto; /* to get everything centre */
text-align:center; /* to get IE centre */
/*margin-left:-30px; /*IE 7 Only makes index page sit perfect*/
background-color:#5b5b5b;
z-index:100;
}