Header adn Menu strange in IE not FIREFOX or MAC
Posted: Fri Aug 15, 2008 4:27 am
Hi all,
Doing a site for a friend of mine. Everything was going well till someone looked at it in IE rather than Firefox and oh boy.
Looks really wrong. I had run into this before and I just set the page width to the exact size for instance 728px in the style sheet like so:
/*****************
basic layout
*****************/
body {
background: url(/images/back.jpg);
color: #000;
margin:0em; /* gives some air for the pagewrapper */
}
/* center wrapper, min max width */
div#pagewrapper {
border: 0px solid black;
margin: 0px auto; /* this centers wrapper */
top-margin: -1px auto;
background: #000000;
color:#cccc99;
width: 728px;
}
URL: http://www.joetown.com/index.php
Can anyone tell what the heck I did wrong or am doing wrong?
Oh and I am using the latest version of CMSMS.
Thanks!!
Yorgi
Doing a site for a friend of mine. Everything was going well till someone looked at it in IE rather than Firefox and oh boy.
Looks really wrong. I had run into this before and I just set the page width to the exact size for instance 728px in the style sheet like so:
/*****************
basic layout
*****************/
body {
background: url(/images/back.jpg);
color: #000;
margin:0em; /* gives some air for the pagewrapper */
}
/* center wrapper, min max width */
div#pagewrapper {
border: 0px solid black;
margin: 0px auto; /* this centers wrapper */
top-margin: -1px auto;
background: #000000;
color:#cccc99;
width: 728px;
}
URL: http://www.joetown.com/index.php
Can anyone tell what the heck I did wrong or am doing wrong?
Oh and I am using the latest version of CMSMS.
Thanks!!
Yorgi