Page 1 of 1

Header adn Menu strange in IE not FIREFOX or MAC

Posted: Fri Aug 15, 2008 4:27 am
by yorgi63
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

Re: Header adn Menu strange in IE not FIREFOX or MAC

Posted: Fri Aug 15, 2008 5:33 am
by nakkiel
Well first of all you have errors in your page... This might not fix your problem, though:
http://validator.w3.org/check?uri=http% ... ne&group=0

Re: Header adn Menu strange in IE not FIREFOX or MAC

Posted: Fri Aug 15, 2008 6:09 am
by Dr.CSS
Look in the template for this and remove, then maybe we can talk about the rest...

{literal}

=b){nw=b+"px";}if(w



#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}


{/literal}

Re: Header adn Menu strange in IE not FIREFOX or MAC

Posted: Fri Aug 15, 2008 2:53 pm
by yorgi63
Thanks for all the info! I checked the errors and it seems to be confined to the FLASH Header which I have looked at. There are some spacing issues the just up but that is not the main issue. I removed the following as suggested. See below but acording to: http://browsershots.org/ it still doesn't work right.

Any help would be appreciated. Like I said I had run into this before and set the width in the CSS file.

Thank YOU all,

George


{literal}

=b){nw=b+"px";}if(w



#pagewrapper {width:expression(P7_MinMaxW(728,728));}
#container {height: 1%;}


{/literal}