Ребят подскажите как сделать так чтоб переключатель <li> выводился кнопкой ?
То есть чтоб на странице был класс input ? Ну или же альтернативный вариант, как сделать так чтоб у переключателя был конкретный размер ? А то с лева под меню переключатели принимают размер под текст
Code
/* Блок со сменным контентом */
div.tabs {
width: 100%;
height: 100%;
}
div.container {
margin: auto;
width: 100%;
height: 100%;
margin-bottom: 0px;
}
ul.tabNavigation {
background: #151515;
list-style: none;
margin: 10px;
padding: 0px;
}
ul.tabNavigation li {
display: inline;
width: 100%;
}
ul.tabNavigation li a {
width:67px;
height:24px;
padding: 5px;
background: url('http://hort.ucoz.ru/images/buttom/enter.png') no-repeat; width:67px; height:24px; border:none; font-size: 10px; color: #757776;
color: #757776;
text-decoration: none;
}
ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
width:67px;
height:24px;
background: url('http://hort.ucoz.ru/images/buttom/enter2.png') no-repeat; width:67px; height:24px; border:none; font-size: 10px; color: #757776;
color: #a5a8a7;
text-decoration: none;
width: 100%;
}
ul.tabNavigation li a:hover {
background: url('http://hort.ucoz.ru/images/buttom/enter2.png') no-repeat; width:67px; height:24px; border:none; font-size: 10px; color: #757776;
color: #a5a8a7;
}
ul.tabNavigation li a:focus {
outline: 0;
}
div.tabs div {
width: 100%;
height: 100%;
align: left;
padding: 0px;
margin-top: 3px;
background: #151515;
color: #9cae9b;
}
div.tabs div h2 {
margin-top: 0;
}
/* ----------------------- */
Добавлено (28.06.2012, 11:18)
---------------------------------------------
Ребят кто разбирается в CSS помогите задать конкретный размер кнопки
Добавлено (28.06.2012, 18:53)
---------------------------------------------
Ясно, походу ucozon спёкся