Mam baner graficzny umieszczony na stronie i chcę żeby (tak jak reszta stony) miał we właściwych przeglądarkach zaokrąglone boki.
Ale jednoczesnie w MSIE ma być kanciasty.
Chcę to zrobić tak
Kod
<table cellspacing="0" cellpadding="0" width="800px" class="baner">
<tr><td class="baner"><a href="index.php?strona=sta_hom"><img src="baner.jpg" class="standard" alt="Baner"></a>
</td></tr></table>
<tr><td class="baner"><a href="index.php?strona=sta_hom"><img src="baner.jpg" class="standard" alt="Baner"></a>
</td></tr></table>
Kod
table.baner {
background-color: #ECF5DE;
text-align: center;
border-radius: 20px;
-moz-border-radius: 20px;
}
td.baner {
border-radius: 20px;
-moz-border-radius: 20px;
}
background-color: #ECF5DE;
text-align: center;
border-radius: 20px;
-moz-border-radius: 20px;
}
td.baner {
border-radius: 20px;
-moz-border-radius: 20px;
}
czyli dokładnie jak reszta, ale to nie działa.

Co mam z tym zrobić?