Differences between firefox and IE on layout...
Posted: Mon Aug 28, 2006 10:09 pm
Hello. First off I am a newbie so I greatly apologize if I am looking over something here. My site http://www.drurysga.com/cmsmadesimple/ has a top image of 700px wide. In firefox the content and everything looks great. The page and image all blend together. However, in IE the content below the image stretches out further then 770px. Any ideas on what might be causing this? My current layout stylesheet is included.
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */
/* SITE SPECIFIC LAYOUT */
body {
margin: 0;
padding: 0em;
text-align: center;
}
div#pagewrapper {
margin: 0 auto;
max-width: 770px;
min-width: 770px;
padding: 0;
text-align: center;
}
#container {
position: relative;
margin: 0;
}
/* HEADER */
div#header {
margin: 0;
padding: 0;
height: 421px;
width: 770px;
background: #acacac;
text-align: center;
}
div#header h1 a {
background: url(http://drurysga.com/cmsmadesimple/uploa ... _banne.jpg) no-repeat 0 0px;
display: block;
height: 421px;
text-indent: -700em;
width: 770px;
margin: 0;
padding: 0;
text-decoration:none;
}
/* END HEADER */
/* CONTENT */
div#content {
}
/* MAIN */
div#main {
}
/* END MAIN */
/* SUB */
div#sub {
}
/* END SUB */
/* END CONTENT */
/* FOOTER */
div#footer {
}
div#footer p {
font-size: 0.8em;
margin: 0;
padding: 15px;
text-align: center;
}
/* END FOOTER */
/* END LAYOUT */
div.breadcrumbs {
padding: 1em 0;
text-align: left;
font-size: 90%;
margin: 0 1em;
border-bottom: 1px dotted #000;
}
div.flags {
float: right;
width: 18px;
padding: 1em 0;
text-align: right;
margin: 0 1em 0 0;
}
div.left49 {
float: left;
width: 49%;
}
div.right49 {
float: right;
width: 49%;
text-align: right;
}
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */
/* SITE SPECIFIC LAYOUT */
body {
margin: 0;
padding: 0em;
text-align: center;
}
div#pagewrapper {
margin: 0 auto;
max-width: 770px;
min-width: 770px;
padding: 0;
text-align: center;
}
#container {
position: relative;
margin: 0;
}
/* HEADER */
div#header {
margin: 0;
padding: 0;
height: 421px;
width: 770px;
background: #acacac;
text-align: center;
}
div#header h1 a {
background: url(http://drurysga.com/cmsmadesimple/uploa ... _banne.jpg) no-repeat 0 0px;
display: block;
height: 421px;
text-indent: -700em;
width: 770px;
margin: 0;
padding: 0;
text-decoration:none;
}
/* END HEADER */
/* CONTENT */
div#content {
}
/* MAIN */
div#main {
}
/* END MAIN */
/* SUB */
div#sub {
}
/* END SUB */
/* END CONTENT */
/* FOOTER */
div#footer {
}
div#footer p {
font-size: 0.8em;
margin: 0;
padding: 15px;
text-align: center;
}
/* END FOOTER */
/* END LAYOUT */
div.breadcrumbs {
padding: 1em 0;
text-align: left;
font-size: 90%;
margin: 0 1em;
border-bottom: 1px dotted #000;
}
div.flags {
float: right;
width: 18px;
padding: 1em 0;
text-align: right;
margin: 0 1em 0 0;
}
div.left49 {
float: left;
width: 49%;
}
div.right49 {
float: right;
width: 49%;
text-align: right;
}