mikegiddens
04-16-2007, 08:38 PM
Well I decided to look at my project using IE6 today and found a padding issue. I dug for a previous post but found none. I was wondering if there is something I did or did not do to make it work correctly.
Here is some info:
Link to actual project:
http://www.herbarium.lsu.edu/plants
Head:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>LSU Herbarium</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="resources/docs.css"></link>
<style type="text/css">
html, body, .north {
margin:0;
padding:0;
border:0 none;
overflow:hidden;
height:100%;
}
</style>
</head>
I was thinking that my <div class="north"> might have to be reset but that didn't seem to do anything. If anyone knows what this might be I would be grateful. I have no problems in IE7/FF2
Here is some info:
Link to actual project:
http://www.herbarium.lsu.edu/plants
Head:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>LSU Herbarium</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="resources/docs.css"></link>
<style type="text/css">
html, body, .north {
margin:0;
padding:0;
border:0 none;
overflow:hidden;
height:100%;
}
</style>
</head>
I was thinking that my <div class="north"> might have to be reset but that didn't seem to do anything. If anyone knows what this might be I would be grateful. I have no problems in IE7/FF2