Über den HTML Editor NVU habe ich in meiner Homepage einen Layer mit runden Ecken erstellt- leider wird dieser Layer nicht im IE und unter Debians
Konquerer rund dargestellt.
Der Code ist folgender:
Woran kann es liegen ??Bitte um Antwort und bedanke mich schon im Vorraus!
Mod Edit - Codetags hinzugefügt, bitte demnächst dran denken! (boehseronkel)
Konquerer rund dargestellt.
Der Code ist folgender:
HTML:
<div
style="border: 2px solid ; padding-top: 40px; padding-bottom: 40px; -moz-border-radius-topleft: 30px; -moz-border-radius-topright: 30px; -moz-border-radius-bottomright: 30px; -moz-border-radius-bottomleft: 30px; height: 220px; width: 188px; position: absolute; top: 287px; left: 22px;">
<table
style="left: 22px; top: 279px; background-color: rgb(169, 176, 211); width: 189px; height: 228px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="white-space: nowrap; text-align: left;">
Home</td>
</tr>
<tr>
<td style="white-space: nowrap; text-align: left;">
Kontakt</td>
</tr>
<tr>
<td align="left" nowrap="nowrap">
E-Mail</td>
</tr>
<tr>
<td align="left" nowrap="nowrap">
Spiele</td>
</tr>
<tr>
<td align="left" nowrap="nowrap">
Bewerbung</td>
</tr>
<tr>
<td align="left" nowrap="nowrap">
Fotos</td>
</tr>
<tr>
<td align="left" nowrap="nowrap">
Biografie</td>
</tr>
<tr>
<td align="left" nowrap="nowrap">
Links</td>
</tr>
</tbody>
</table>
<div style="text-align: justify;">
<br>
</div>
Woran kann es liegen ??Bitte um Antwort und bedanke mich schon im Vorraus!
Mod Edit - Codetags hinzugefügt, bitte demnächst dran denken! (boehseronkel)