ورود

View Full Version : حاشیه رنگ نمیگیره



mazaher5723
جمعه 03 خرداد 1392, 15:20 عصر
سلام
این کد مستطیتله .چرا دورش رنگ سفید نمی خوره؟
position : fixed;
font-family : 'Segoe UI Semibold', 'Segoe UI', 'Helvetica', 'Arial', 'sans-serif';
font-size : 16px;
height : 160px;
overflow: hidden;
cursor : default;
background-color:#009900;
border:medium;
border-color:#FFFFFF;
width:960px;
margin:auto;

_behnam_
جمعه 03 خرداد 1392, 15:51 عصر
سلام دوست عزیز.
واسه اینکه شما استایل border رو تعریف نکردین.

کد اصلاح شد:
position : fixed;
font-family : 'Segoe UI Semibold', 'Segoe UI', 'Helvetica', 'Arial', 'sans-serif';
font-size : 16px;
height : 160px;
overflow: hidden;
cursor : default;
background-color:#009900;
border-style:solid;
border-width:1px;
border-color:white;
width:960p

mazaher5723
جمعه 03 خرداد 1392, 16:31 عصر
ممنون
مرسی