Det her ser fint ud hos mig i IE6 og FF2
<!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=utf-8" />
<title>dansk ferieservice</title>
<style>
a:link, a:visited {
background-color: transparent;
color: #3e6478;
text-decoration: none;
}
a:hover {
background-color: transparent;
color: #3e6478;
text-decoration: none;
}
body {
background-color: #FFFFFF;
color: #333333;
font-family: Verdana, Tahoma, Arial, Sans-serif;
font-size: 11px;
font-weight: normal;
text-align: center;
line-height: 135%;
margin: 0px;
}
.small {
font-size: 10px;
text-align:center;
}
h1 {
background-color: transparent;
color: #d35564;
font-family: Georgia, "Times New Roman", serif;
font-size: 30px;
}
h2 {
background-color: transparent;
color: #d35564;
font-family: Georgia, "Times New Roman", serif;
font-size: 20px;
}
h3 {
background-color: transparent;
color: #d35564;
font-family: Verdana, Tahoma, Arial, Sans-serif;
font-size: 12px;
}
select {
background-color: #FFFFFF;
color: #333333;
font-family: Verdana, Tahoma, Arial, Sans-serif;
font-size: 11px;
font-weight: normal;
}
textarea {
background-color: #FFFFFF;
color: #333333;
font-family: Verdana, Tahoma, Arial, Sans-serif;
font-size: 11px;
font-weight: normal;
}
.form {
background-color: #FFFFFF;
border: 1px solid #333333;
color: #333333;
padding: 5px;
}
.twoColFixLtHdr #container {
width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #999999;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
background: #DDDDDD;
height: 200px;
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
margin: 0px;
padding: 20px;
}
.twoColFixLtHdr #mainContent {
float:right; /* since this element is floated, a width must be given */
margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
width: 490px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #footer {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#F7F7F7;
}
.twoColFixLtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
</style>
</head>
<body class="twoColFixLtHdr">
<div id="container">
<div id="header"><img src="img/top.jpg" alt="" width="780" height="200" border="0" /></div>
<div id="sidebar1">
<h3>Forside</h3>
<h3><a href="pasning.html">Dyrepasning</a></h3>
<h3><a href="service.html">Ferieservice</a></h3>
<h3><a href="about.html">Om Dansk Ferieservice</a></h3>
<h3><a href="priser.html">Priser</a></h3>
<h3><a href="kontakt.html">Kontakt</a></h3>
<h3><a href="partners.html">Håndværkerhjælp</a></h3>
</div>
<div id="mainContent">
<h2>Velkommen til Dansk Ferieservice </h2>
<h3>
<!-- end #mainContent -->
Dansk Ferieservice.
Vi passer dit hjem og kæledyr. <br />
Vi er her for dig</h3>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="62%" valign="top"><p>Dansk Ferieservice er for dig, som ikke ønsker at komme hjem til en uventet overraskelse. Vi vil gerne være en del af dit hjem, imens du er væk. Skal kæledyret eller hjemmet passes, vil det være os en glæde, at sikre dig en bedre oplevelse, imens du er væk.</p>
<p><strong>Skal du ud og rejse, kan vi tilbyde: </strong><br />
Pasning af kæledyr<br />
Vanding af planter<br />
Sortering af post<br />
Plæneklipning<br />
Tilsyn med hus og
- lejlighed<br />
Plus meget mere.</p></td>
<td width="38%"><div align="right"><img src="img/foto1.jpg" alt="" width="154" height="230" border="0" /></div></td>
</tr>
</table>
<p align="right">Med venlig hilsen<br />
Indehaver Peter K. Nielsen</p>
</div>
<div class="clearfloat"></div>
<div id="footer">
<p class="small">Tlf. 70273003 - Kildegårdsvej 8C, 2900 Hellerup - <a href="mailto:info@danskferieservice.dk">info@danskferieservice.dk</a></p>
<!-- end #footer -->
</div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
<!-- end #container -->
</div>
</body>
</html>