DCMS | CSS??? Нужна помощь.
Тема закрыта by
ID_RICKY[55]
Причина: Всем спасибо За помощь!
Причина: Всем спасибо За помощь!
Вот там на скриншоте / я Хочу за круглить уголки в низу, там где блок черный.
Вот - CSS
.copy{
margin: 0px;
padding: 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
Вот - CSS
.copy{
margin: 0px;
padding: 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
използуй border-radius
AZE (02.11.2016 в 17:25)
използуй border-radius
използуй border-radius
Вот так?
border-radius 2px 2px 0px 0px
Да?
Ricky[55], ага
AZE (02.11.2016 в 17:44)
Ricky[55], ага
Ricky[55], ага
Не работает!
.copy{
margin: 0px;
padding: 5px;
border-radius 2px 2px 5px 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
border-radius:2px 2px 5px 5px;
DELETED
2 ноября 2016, в 17:47
Delete
Ricky[55] (02.11.2016 в 17:37)
AZE (02.11.2016 в 17:25)
използуй border-radius
Вот так?
border-radius 2px 2px 0px 0px;
Да?
AZE (02.11.2016 в 17:25)
използуй border-radius
Вот так?
border-radius 2px 2px 0px 0px;
Да?
нет, третье и четвёртое значение для нижних углов
________
посл. ред. 02.11.2016 в 17:48; всего 2 раз(а); by Вилы_Выкидные
Ricky[55] (02.11.2016 в 17:45)
AZE (02.11.2016 в 17:44)
Ricky[55], ага
Не работает!
.copy{
margin: 0px;
padding: 5px;
border-radius 2px 2px 5px 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
у вас после border-radius : отсутствует,AZE (02.11.2016 в 17:44)
Ricky[55], ага
Не работает!
.copy{
margin: 0px;
padding: 5px;
border-radius 2px 2px 5px 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
вот поэтому и не работает
________
посл. ред. 02.11.2016 в 17:52; всего 1 раз(а); by SENSEI
Ricky[55] (02.11.2016 в 17:24)
Вот там на скриншоте / я Хочу за круглить уголки в низу, там где блок черный.
Вот - CSS
.copy{
margin: 0px;
padding: 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
Вот там на скриншоте / я Хочу за круглить уголки в низу, там где блок черный.
Вот - CSS
.copy{
margin: 0px;
padding: 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
border-radius: 10px;
Ajax (02.11.2016 в 17:59)
Ricky[55] (02.11.2016 в 17:24)
Вот там на скриншоте / я Хочу за круглить уголки в низу, там где блок черный.
Вот - CSS
.copy{
margin: 0px;
padding: 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
border-radius: 10px;
это общее скругление углов
Ricky[55] (02.11.2016 в 17:24)
Вот там на скриншоте / я Хочу за круглить уголки в низу, там где блок черный.
Вот - CSS
.copy{
margin: 0px;
padding: 5px;
text-align: center;
background: #535353 url(img/ft.png) repeat-x bottom ;
margin-bottom: 0px;
color:#fff;
}
border-radius: 10px;