Hello.
I am new to mac, just bought me a Imac. Guess my surprise when i saw that a web page i just made was totally messed up in all my browsers (IE, Safari, Opera and Firefox) on my mac. They all worked fine on my PC.
I am using Joomla CMS, and have a Structure.css file to define the layout. If i take away the margin auto code (marked red in code below), the section looks fine but is not centered. If i put it back in the section goes bananas again. Do anyone know what causes this?
The page can be found at www.undertun.com
kind regards
#wrap {width:800px; height:185px;/*570px;*/ margin:0 auto; background-color:#FFFFFF; vertical-align:middle;} /* Main area of the page */
#toplogo {background-image:url(../images/header.gif); height:120px; width:800px;}
#menuarea {background-image:url(../images/nav_bk.gif); width:800px; height:65px; text-align:left;}
#menu {float:left; width:600px; padding-left:75px; padding-top:10px; margin-left:0px;}
#lang {float:left; padding-top:49px; padding-left:40px;}
#wrap2 {width:800px; height:385px; margin:0 auto; background-color:#FFFFFF;}
#leftside {float:left; width:60px; height:385px; background-image:url(../images/left_bk.gif); padding:0px; margin:0px;}
#contentwrap {float:left; width:680px; height:385px;}
#content {width:650px;/*650px;*/ height:295px;/*295px;*/ padding:10px; margin:5px; overflow:auto;}
#footer {width:680px; height:60px; background-image:url(../images/footer.gif);}
#rightside {float:right; width:60px; height:385px; background-image:url(../images/right_bk.gif);}
I am new to mac, just bought me a Imac. Guess my surprise when i saw that a web page i just made was totally messed up in all my browsers (IE, Safari, Opera and Firefox) on my mac. They all worked fine on my PC.
I am using Joomla CMS, and have a Structure.css file to define the layout. If i take away the margin auto code (marked red in code below), the section looks fine but is not centered. If i put it back in the section goes bananas again. Do anyone know what causes this?
The page can be found at www.undertun.com
kind regards
#wrap {width:800px; height:185px;/*570px;*/ margin:0 auto; background-color:#FFFFFF; vertical-align:middle;} /* Main area of the page */
#toplogo {background-image:url(../images/header.gif); height:120px; width:800px;}
#menuarea {background-image:url(../images/nav_bk.gif); width:800px; height:65px; text-align:left;}
#menu {float:left; width:600px; padding-left:75px; padding-top:10px; margin-left:0px;}
#lang {float:left; padding-top:49px; padding-left:40px;}
#wrap2 {width:800px; height:385px; margin:0 auto; background-color:#FFFFFF;}
#leftside {float:left; width:60px; height:385px; background-image:url(../images/left_bk.gif); padding:0px; margin:0px;}
#contentwrap {float:left; width:680px; height:385px;}
#content {width:650px;/*650px;*/ height:295px;/*295px;*/ padding:10px; margin:5px; overflow:auto;}
#footer {width:680px; height:60px; background-image:url(../images/footer.gif);}
#rightside {float:right; width:60px; height:385px; background-image:url(../images/right_bk.gif);}