Örnek css kodu
#sabit.turuncu{
background: rgb(207, 83, 13) url(../img/bg_header_orange.png) repeat-x 0 0;
border-top: 1px solid rgb(216, 134, 1);
border-bottom: 1px solid rgb(204, 96, 2);
}
Benim sayfamdaki kod
#sabit.turuncu{
background: rgb(207, 83, 13) url(../img/bg_header_orange.png) repeat-x 0 0;
border-top: 1px solid rgb(216, 134, 1);
border-bottom: 1px solid rgb(204, 96, 2);
}