D.R.: Hätte gern Meinungen zu unserer Website..

Beitrag lesen

Hi,

was mir in dieser CSS auffiel:

border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;

->hier könntest du auch einfach "border:none" verwenden.

margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;

->"margin:0 auto" erzielt den gleichen effekt.

border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 3px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;

->border-width:1px 1px 1px 3px;
border-style:solid;
border-color:#000;

Du kannst also noch eine Menge Speicherplatz sparen, indem du die Angaben kombinierst!

Einen schönen Sonntag noch!

--
Enjoy the Web!
Firefox 1.5