Zitat 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;
?