Tach...
Ich habe eine Tabelle, die runde Ecken erhalten soll, also hab ich mir 4 Bilder gebastelt, die in die Ecken kommen, allerdings wird zb. das Bild für die linke obere Ecke nicht so dargestellt (zumindest im IE, der einzige Browser auf meinem Testrechner) wie sie sollte (siehe Anhang).
Hier mein
HTML u. CSS Code:
Code:
<!DOCTYPE
HTML PUBLIC "-//
W3C//DTD
HTML 4.0 Transitional//EN">
<
html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style/default.css">
</head>
<body>
<table class="tbl_main">
<tr>
<td>
[img]gfx/rcorner_ul.bmp[/img]
</td>
</tr>
</table>
</body>
</
html>
Code:
body {
background-color: #71828A;;
margin-top: 5%;
margin-bottom: 5&;
margin-left: 2%;
margin-right: 2%;
}
.tbl_main {
table-layout: fixed;
background-color: #ffffff;
width: 100%;
padding-left: 0px;
border-spacing: 0px;
border-width: 1px;
border-style: solid;
border-color: #000000;
vertical-align: top;
text-align: left;
line-height: 8px;
}
.td_menu {
}
.td_content {
}
Woran liegts eigentlich?
MfG