shocky2: min-width im Internet Explorer

Beitrag lesen

Hallo zusammen.
Ich sitze seit einer Woche vor demselben Problem, habe schon viel rum gegoogelt und muss schlussendlich doch die unbeliebte frage auch hier noch stellen:
wie macht man min-width im Internet Explorer? (Ich verwende version 9)

Ich habe hier ein kleines Beispiel aufgebaut. mein ziel ist es schlussendlich links und rechts vom orangen hauptteil
(der 760px breit sein soll)ein anderes hintergrundild zu machen.
Der Code hier funktioniert im firefox, opera und google chrome. nun suche ich eine möglichkeit wie man's ab IE 7 macht.
 ----------------------------------
Code:

<!--doctype html-->
<html>
<head>

<title>HELP!!!</title>

</head>
<body style="background-color: white; background-attachment: fixed; margin: 0px; padding: 0px;  border: none; text-align: center; ">

<table width="100%" border="0" frame="none" cellpadding="0" cellspacing="0" style="margin: 0;">
  <tr>
    <td style="width: 40%; height: 1000px; background-color: grey; background-repeat: repeat-x; ">
</td>
    <td id="bgtable" style="min-width: 760px; width: 20%; background-color: orange; ">
</td>
    <td  style="width: 40%; height: 1000px; background-color: black; "></div>
</td>
  </tr>
</table>

</body>
</html>
 ----------------------------------------
Vielen Dank im Voraus für die Antwort(en).

lg shocky2