Jump to content

CSS Layout help


adamwhiles

Recommended Posts

Ok i have been working a new layout for my site and for some reason internet explorer displays it correctly but in firefox the text goes over the footer. The only problem in IE is the little strip where it says // phpshack // home is a little off and doesn't line up, but in firefox that part is perfect.

Here is the link: [url=http://www.phpshack.net/testing/]http://www.phpshack.net/testing/[/url]


here is my css code for the site:

[code]
#main {
width: 800px;
min-height: 600px;
text-align:center;
}

#header {
width: 792px;
height: 101px;
background-image:url(header.jpg);
background-repeat:no-repeat;

}

#mid_header {
width: 792px;
height: 132px;
background-image:url(bottom_header.jpg);
background-repeat:no-repeat;
}

#mid_bannerad {
padding-top: 20px;
width: 792px;
height: 80px;
}

#mid_strip {
width: 792px;
height: 29px;
text-align:left;
padding-left:10px;
padding-top:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-weight:900;
background-image:url(strip.jpg);
background-repeat:no-repeat;
}
#content {
min-height: 600px;
}
#left_nav {
float: left;
padding-left:10px;
width: 200px;
height:auto;
text-align: left;
border-right: dashed;
border-right-color:#000000;
}

#right_content {
text-align: left;
padding-left:5px;
height:auto;
}

#footer {
width: 792px;
height: 33px;
background-image:url(footer.jpg);
background-repeat:no-repeat;
}

[/code]

Then my HTML code is:

[code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpShack // PHP Tutorials and Forums</title>
<link rel="stylesheet" href="main_style.css" type="text/css" />
</head>

<body>

<div id="main">
<div id="header"></div>
<div id="mid_header">
<div id="mid_bannerad">
<script type="text/javascript"><!--
google_ad_client = "pub-6105630547956573";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "image";
google_ad_channel ="";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<div id="mid_strip">// phpShack // HOME</div>
<div id="content">
<div id="left_nav">
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />
asdasdasdasdas<br />
asdasdasdasdasd <br />asdasdasdasdas<br />
asdasdasdasdasd <br />
</div>
<div id="right_content">
asdasdasdasda
</div>
</div>
<div id="footer"></div>
</div>
</body>
</html>

[/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.