powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / HTML, JavaScript, VBScript, CSS [игнор отключен] [закрыт для гостей] / CSS UL LI - как победить в IE7
2 сообщений из 2, страница 1 из 1
CSS UL LI - как победить в IE7
    #36156286
-IE7-
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
CSS
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
/* activeButtons  
----------------------------------------------------------*/
ul.activeButtons
{      
    padding:  0 ;
    position: relative;
    margin:  0 ;
    text-align: left;    
}

ul.activeButtons li
{    
    display: inline;    
    padding-right: 10px;
}

/* Buttons  
----------------------------------------------------------*/
input[type=submit],
input[type=button]
{    
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border:none;
    background-color: transparent;
    font-size:  1 .4em; 
    color: #fc9;
    text-decoration:underline; 
    font-style: italic;        
}
HTML
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
<ul class="activeButtons">
        <li>
            <input id="predpr" type="button" value="Предпросмотр" /></li>
        <li>
            <select id="pageNameSelect" name="pageNameSelect">
                     <option value="1">Home</option>
                     <option value="2">About</option>
            </select></li>
        <li>
            <input type="submit" name="submit" id="submit" value="Сохранить" /></li>
</ul>
результат на картинке... ;)

Вопрос: как победить IE7 - что бы выглядело так же как и в "нормальных браузерах" (имеются ввиду разрывы между элементами списка "li")?
а, и кста, почему в опере (на батоне) не срабатывает деректива text-decoration:underline; ?
...
Рейтинг: 0 / 0
CSS UL LI - как победить в IE7
    #36159365
-IE7-
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
hmm...
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
/* activeButtons  
----------------------------------------------------------*/
ul.activeButtons
{      
padding :  0 ; 
margin :  0 ; 
text-align : left;	
}

ul.activeButtons li
{    
padding :  0  10px  0   0 ; 
display : inline;
}

/* Buttons  
----------------------------------------------------------*/
input[type=submit],
input[type=button]
{    
overflow: visible;
cursor : pointer; 
padding :  0 ; 
margin :  0 ; 
border : none; 
background-color : transparent; 
font-size :  1 .4em; 
color : #fc9; 
text-decoration : underline; 
font-style : italic;
}
спс всем... ;)
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / HTML, JavaScript, VBScript, CSS [игнор отключен] [закрыт для гостей] / CSS UL LI - как победить в IE7
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]