Jou !
Ich möcht ne Tabelle ohne Rahmen machen mittels CSS, doch das geht nicht. Ich krieg immer das Ergebniss, dass die Tabelle wie "eingeprägt" aussieht.
CSS Ausschnitt:
.seitentabelle {
font-family: Verdana, Arial, Helvetica, sans-serif;
position: absolute;
height: auto;
width: auto;
top: 80px;
left: 80px;
padding: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
Kann mir einer helfen ? Schnitzel ?