Hallo zusammen,
ich habe ein Problem. Eine Website die ich erstellt habe funktioniert mit Firefox, aber der IE will nicht so recht.
Das Problem ist das "min-width" das ich vergeben habe, das aber vom IE nicht akzeptiert wird. Ich habe mich im Internet schlau gemacht und gegooglet, und auch einiges gefunden. Ich habs trotzdem nicht geschafft 
Könnte mir jemand in das Dokument schreiben wie es sein muss, sodass die Navigation links nicht verkleinert wird wenn das Fenster kleiner gemacht wird?
Und wenn jemand noch Zeit hat, auf mein Dokument abgestimmt erklären was er getan hat? Aber am wichtigsten ist mir, dass es erst einmal funktioniert 
HTML-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" />
<meta name="description" content="-----------" />
<meta name="description" content="--------" />
<meta name="author" content="---------" />
<meta name="keywords" content="--------" />
<title>Titel der Seite</title>
<style type="text/css">
<!--
#container {
position: absolute;
top: 110px;
left: 1022px;
width: 1.5px;
height: 18px;
border:none;
background-color:#CFF0D4
}
#container2 {
position: absolute;
top: 110px;
left: 170px;
width: 1.5px;
height: 18px;
border:none;
background-color:#CFF0D4
}
#navi {
min-width:170px
}
a {text-decoration: none; color:#FF0000}
a:visited {color:#CFF0D4}
a:hover {color:#FFFFFF}
a:active {color:#CFF0D4}
a:link {color: #CFF0D4}
-->
</style>
</head>
<body bgcolor="#8F8AFD" leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">
<table width="1024" border="0" cellpadding="0" cellspacing="0">
<!--HEADER-->
<tr>
<td height="40" bgcolor="#E7F8E9" width="170">
<span style="font-family:Verdana, Arial, 'Times New Roman'; font-size:12px">
</span>
</td>
<td bgcolor="#FFFFFF" width="854" height="40" style="padding-left:0mm">
<img src="bilder\banner2.jpg" width="855" height="97" align="left" /></td>
</tr>
</table>
<!--link_HEADER-->
<table bgcolor="#8F8AFD" width="100%" height="40" cellpadding="0" cellspacing="0">
<td>
<div style="padding-left:44mm">
<span style="font-family:Verdana, Arial, 'Times New Roman'; font-size:18px; color:#CFF0D4; font-variant:small-caps;">
-----------------
</span>
<span style="font-family:Verdana, Arial, 'Times New Roman'; font-size:16px; color:#CFF0D4; letter-spacing:3px">
-----------------
</span>
</div>
<div id="container" style="color:#0000FF" border-style="none"></div>
<div id="container2" style="color:#0000FF" border-style="none"></div>
</td>
</table>
<!--Mid-->
<table cellpadding="0" cellspacing="0">
<tr>
<td width="170" height="100" valign="top" bgcolor="#8F8AFD">
<br />
<br />
<div id="navi">
<p style="font-family:Verdana, Arial, 'Times New Roman'; font-size:14px; color:#CFF0D4; line-height:180%; padding-left: 8mm">
<a href="index.html" style="padding-left:6mm; font-weight:bold"> Startseite </a>
<br />
<a href="kurse.html"> ---- </a>
<br />
<a href="kontakt.html"> ---- </a>
<br />
<a href="impressum.html"> ---- </a>
</p>
</div>
</td>
<td bgcolor="#C1BCFE" width="855" height="660" valign="top">
<div align="left" style="padding-left:2cm; padding-top:0.6cm">
<span style="font-family:Verdana, Arial, 'Times New Roman'; font-size:14px; vertical-align:top; line-height:180%;">
<p style="font-weight:bold"> ------ </p>
<br />
<p style="padding-right: 2cm"> -----------------
----------------------------------
</p>
</span>
</div>
<br />
<div style="min-width:39%; min-height:40%; font-family="Verdana, Arial, 'Times New Roman'; font-size=12px; padding-right:2cm">
<img src="bilder\foto.jpg" hspace="15px" class="bild" border="0" style="width:39%; height:40%; align:right; padding-left:2cm;
float:left;"/>
<p style="font-family:Verdana;Arial;'Times New Roman'; font-size:14px; padding-right:2cm; padding-left:2cm; line-height: 180%">
----------------- </p>
</td>
</tr>
<!--BOTTOM-->
<tr>
<td bgcolor="#8F8AFD" width="116" height="30">
<div align="center">
<span style="font-family:Verdana, Arial, 'Times New Roman'; font-size:12px">
</span>
</div>
</td>
<td bgcolor="#C1BCFE" width="854" height="30">
<div align="center">
<span style="font-family:Verdana, Arial, 'Times New Roman'; font-size:12px">
</span>
</div>
</td>
</tr>
</table>
</body>
</html>
P.S: Im Anhang als Dokument.
Vielen Dank
Slowpoke