Hallo...
Ich habe ein Problem mit ner Tabelle.
Und zwar bildet sich jetzt kein Rahmen in der Tabelle, nur aussen.
Mach ich bei der Tabelle cellspacing 0, zeigt der die ganzen Zeilen zusammen an. Wie mache ich das, das in der Tabelle ebenfalls ein weißer, dünner rahmen angezeigt wird?
Hier der Quelltext.
<table style="border:thin solid white;border-middle:white" >
<tr><td style="background-color:grey;color:white;filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7" onmouseover="this.style.backgroundColor='gold';this.style.color='black'" onmouseout="this.style.backgroundColor='grey';this.style.color='lightgrey'">Hier ist der Tabellentest
<td style="background-color:grey;color:white;filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7" onmouseover="this.style.backgroundColor='yellow';this.style.color='black'" onmouseout="this.style.backgroundColor='grey';this.style.color='lightgrey'">Funktioniert doch!
<tr><td style="background-color:grey;color:white;filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7" onmouseover="this.style.backgroundColor='gold';this.style.color='black'" onmouseout="this.style.backgroundColor='grey';this.style.color='lightgrey'">Ich weiß nicht, ...
<td style="background-color:grey;color:white;filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7" onmouseover="this.style.backgroundColor='yellow';this.style.color='black'" onmouseout="this.style.backgroundColor='grey';this.style.color='lightgrey'">... was du hast!