Обучение/Помощь новичкам | Меню
Здравствуйте,нужна помощь в создании меню
Как показано на скрине ниже.
С меня + или конфета :D
________
посл. ред. 21.11.2015 в 19:00; всего 1 раз(а); by RotManS
Как показано на скрине ниже.
С меня + или конфета :D
________
посл. ред. 21.11.2015 в 19:00; всего 1 раз(а); by RotManS
Macmep_leto (21.11.2015 в 19:19)
Юзай CSS таблицы
Юзай CSS таблицы
Ок
html код:
<table>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
css:
table {
border-collapse: separate;
empty-cells: hide;
}
td {
border: 2px solid #000000;
}
<table>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
css:
table {
border-collapse: separate;
empty-cells: hide;
}
td {
border: 2px solid #000000;
}
RotManS (21.11.2015 в 19:22)
Macmep_leto (21.11.2015 в 19:19)
Юзай CSS таблицы
Ок
Macmep_leto (21.11.2015 в 19:19)
Юзай CSS таблицы
Ок
4-й пост
Macmep_leto ,
Вот так вот сделал)
<table>
<tr>
<td>
<figure class="sign">
<p><img src="https://my-hit.org/storage/204434_500x800x250.jpg" alt="*" style="max-width: 100px; max-height: 65px;"></p>
<figcaption>Тест</figcaption>
</figure>
</td>
<td>
<figure class="sign">
<p><img src="https://my-hit.org/storage/204434_500x800x250.jpg" alt="*" style="max-width: 100px; max-height: 65px;"></p>
<figcaption>Тест</figcaption>
</figure>
</td>
<td>
<figure class="sign">
<p><img src="https://my-hit.org/storage/204434_500x800x250.jpg" alt="*" style="max-width: 100px; max-height: 65px;"></p>
<figcaption>Тест</figcaption>
</figure>
</td>
</tr>
</table>
Спасибо
Вот так вот сделал)
<table>
<tr>
<td>
<figure class="sign">
<p><img src="https://my-hit.org/storage/204434_500x800x250.jpg" alt="*" style="max-width: 100px; max-height: 65px;"></p>
<figcaption>Тест</figcaption>
</figure>
</td>
<td>
<figure class="sign">
<p><img src="https://my-hit.org/storage/204434_500x800x250.jpg" alt="*" style="max-width: 100px; max-height: 65px;"></p>
<figcaption>Тест</figcaption>
</figure>
</td>
<td>
<figure class="sign">
<p><img src="https://my-hit.org/storage/204434_500x800x250.jpg" alt="*" style="max-width: 100px; max-height: 65px;"></p>
<figcaption>Тест</figcaption>
</figure>
</td>
</tr>
</table>
Спасибо
Macmep_leto , Сделал по своему
Macmep_leto , Вот
RotManS (21.11.2015 в 20:10)
Macmep_leto , Вот
Macmep_leto , Вот
Отлично