| imho.ws |
![]() |
|
|
|
# 21 |
|
Full Member
Регистрация: 05.02.2002
Адрес: Underground
Сообщения: 2 110
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Модератор - флеймит. хе хе... ну не важно...
А по сути никто так ничего и не говорит... Ведь не сможете вы выполнить на КСС то, как я сделал меню на своем сайте http://shabash.dreamsee.ru/ ? |
|
|
|
|
# 26 |
|
Full Member
Регистрация: 05.02.2002
Адрес: Underground
Сообщения: 2 110
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Каким образом они там не обязательны? У меня там одна таблица вложена в другую. А текст меняет цвет независимо от ячейки... Как же ты хочешь это осуществить без td?
Кстати, ни на www.w3.org, ни на www.w3schools.com я ничего путного не нашел |
|
|
|
|
# 28 | ||
|
Guest
Сообщения: n/a
|
Цитата:
Код:
<tr> <td class="single" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/pravila.html">Правила</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/xron.html">Бесшабашные<br>хроники</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/poetry.html">Поэзия</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/proza.html">Проза</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/critics.html">Критика</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/zelbook.html">Зеленая тетрадь</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/forum/">Форум</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/forum/forumdisplay.php?s=&forumid=10">Гостевая</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/redkoll.html">Редколлегия</a></td> </tr> <tr> <td class="single2" onmouseover="this.style.background='#D8D8D8';" onmouseout="this.style.background='#F4F4F4';"> <a href="http://shabash.dreamsee.ru/links.html">Ссылки</a></td> </tr> Код:
<style>
td.menu a{background: #F4F4F4; color: #000020; display: block; text-align: center; text-decoration: none;}
td.menu a:hover{background: #D8D8D8; color: #770000;}
</style>
<table>
<tr>
<td class="menu">
<a href="http://shabash.dreamsee.ru/pravila.html">Правила</a>
<a href="http://shabash.dreamsee.ru/xron.html">Бесшабашные<br>хроники</a>
<a href="http://shabash.dreamsee.ru/poetry.html">Поэзия</a>
<a href="http://shabash.dreamsee.ru/proza.html">Проза</a>
<a href="http://shabash.dreamsee.ru/critics.html">Критика</a>
<a href="http://shabash.dreamsee.ru/zelbook.html">Зеленая тетрадь</a>
<a href="http://shabash.dreamsee.ru/forum/">Форум</a>
<a href="http://shabash.dreamsee.ru/forum/forumdisplay.php?s=&forumid=10">Гостевая</a>
<a href="http://shabash.dreamsee.ru/redkoll.html">Редколлегия</a>
<a href="http://shabash.dreamsee.ru/links.html">Ссылки</a>
</td>
</tr>
</table>
Цитата:
|
||
|
|
# 29 | ||
|
Full Member
Регистрация: 05.02.2002
Адрес: Underground
Сообщения: 2 110
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Цитата:
<A> меняет цвет от CSS - a:hover... Цитата:
|
||
|
|
|
|
# 30 |
|
Guest
Сообщения: n/a
|
В принципе можно.. Но до конца отладить вот такю хрень меня ломает
Код:
<style>
a.td{background: #F4F4F4; color: #000020; text-align: center; width:130px;border:1px solid black;}
a.aa{margin-left:-6em; width:130px;color: #000020; text-decoration: none;}
a.aa:hover{color: #770000;}
a.td:hover{background: #D8D8D8;}
</style>
<table>
<tr>
<td class="menu">
<a class="td"> </a>
<a class="aa" href="http://shabash.dreamsee.ru/pravila.html">Правила</a><br>
<a class="td"> </a>
<a class="aa" href="http://shabash.dreamsee.ru/pravila.html">Правила</a>
</td>
</tr>
</table>
|