| 

.NET C# Java Javascript Exception

Antwort #A974 zur Frage #F258: Runde Ecken mit CSS darstellen?

Diese Antwort hat bisher 2 Versionen. Frage #F258: Runde Ecken mit CSS darstellen? - Antwort #A974


Version 2
11.09.2009 12:13:10
Dies ist die aktuelle Version
Ich mache das normalerweise mit einem DIV:

<div style="background-color:#eeeeee; border-width:1px; border-style:solid; border-color:#0050A8; padding: 10px; left:10px; top:50px; -moz-border-radius:10px; -khtml-border-radius:10px; text-align:justify; ">
<table>
<tr>
<td>Test</td>
</tr>
</table>
</div>


Dieses Beispiel klappt aber soweit ich weiß aber nicht im Internet Explorer!
Dustin Klein 2,8k 1 9
Version 1
11.09.2009 12:13:10
Ich mache das normalerweise mit einem DIV:

<div style="background-color:#eeeeee; border-width:1px; border-style:solid; border-color:#0050A8; padding: 10px; left:10px; top:50px; -moz-border-radius:10px; -khtml-border-radius:10px; text-align:justify; ">
<table>
<tr>
<td>Test</td>
</tr>
</table>
</div>


Dieses Beispiel klappt aber soweit ich weiß nur im FireFox!
Dustin Klein 2,8k 1 9