Code: .rahmen1 { border-top:#000000 1px dotted; border-bottom:#000000 1px dotted; border-left:#000000 1px dotted; border-right:#000000 1px dotted;} so sieht bei mir ne tabelle mit einen 1pix breiten rahmen, formatiert als class in einer .css datei. Du musst alle rahmen angeben oben unten recht sowie links, hat bei mir erst auch net geklappt, dann habe ich diese lösugen gefunden. ^__^
.rahmen1 { border-top:#000000 1px dotted; border-bottom:#000000 1px dotted; border-left:#000000 1px dotted; border-right:#000000 1px dotted;}
Zitat von MJcoox Code: .rahmen1 { border-top:#000000 1px dotted; border-bottom:#000000 1px dotted; border-left:#000000 1px dotted; border-right:#000000 1px dotted;} ... Benutzt du sowas auf deinen Seiten? Wieso schreibst du nicht gleich Code: border-top-color: #000000; border-top-width: 1px; border-top-style: dotted; border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: dotted; border-left-color: #000000; border-left-width: 1px; border-left-style: dotted; border-right-color: #000000; border-right-width: 1px; border-right-style: dotted; ?
border-top-color: #000000; border-top-width: 1px; border-top-style: dotted; border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: dotted; border-left-color: #000000; border-left-width: 1px; border-left-style: dotted; border-right-color: #000000; border-right-width: 1px; border-right-style: dotted;
Foren-Regeln