Jump to content
  • 0

Верстка.Как быть?


E.Markitan
 Share

Question

Здравствуйте.

Возникли сложности с совмещение таблиц.В наличии есть 3 таблицы, 2 из которых должны находиться в 1.

Помогите в решение.За ранее благодарю.

Сам код html:

general table.

<table id="Table_01" border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="5">

<img src="images/modul-lef-tmaket_01.gif" width="261" height="8" alt=""></td>

</tr>

<tr>

<td align="left">

<img src="images/modul-lef-tmaket_02.gif" width="4" height="344" alt=""></td>

<td><img src="images/left_menu_06.gif" width="27" height="13" alt=""></td> / кнопка промотки вверх

<td><img src="images/left_menu_24.gif" width="27" height="13" alt=""></td> / кнопка промотки вниз

<td align="right">

<img src="images/modul-lef-tmaket_04.gif" width="4" height="344" alt=""></td>

</tr>

<tr>

<td rowspan="3" colspan="5">

<img src="images/modul-lef-tmaket_05.gif" width="261" height="7" alt=""></td>

</tr>

</table>

вот собственно две другие таблицы которые должны находиться в выше указанной.

<table border="0" cellpadding="0" cellspacing="0">

<tr valign='top'>

<td colspan="6">

<img src="images/mini_01.gif" width="244" height="5" alt=""></td>

</tr>

<tr valign='top'>

<td align="left">

<img src="images/mini_02.gif" width="2" height="128" alt=""></td>

<td align="right">

<img src="images/mini_04.gif" width="2" height="128" alt=""></td>

</tr>

<tr valign='top'>

<td colspan="6">

<img src="images/mini_05.gif" width="244" height="5" alt=""></td>

</tr>

</table>

<table border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="6">

<img src="images/mini_07.gif" width="244" height="5" alt=""></td>

</tr>

<tr>

<td align="left">

<img src="images/mini_08.gif" width="2" height="106" alt=""></td>

<td align="right">

<img src="images/mini_10.gif" width="2" height="106" alt=""></td>

</tr>

<tr>

<td colspan="6">

<img src="images/mini_11.gif" width="244" height="5" alt=""></td>

</tr>

</table>

готовый вариант должен выглядеть так http://fotki.yandex.ru/users/grib0kk/view/326894/?page=0

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Решение:

<table id="Table_01" border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="5"><img src="images/modul-lef-tmaket_01.gif" width="261" height="8" alt=""></td>

</tr>

<tr>

<td align="left" width="4" height="344"><img src="images/modul-lef-tmaket_02.gif" width="4" height="344" alt=""></td>

<td>

<img src="images/left_menu_06.gif" width="27" height="13" alt=""><br>

<table border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="6"><img src="images/mini_07.gif" width="244" height="5" alt=""></td>

</tr>

<tr>

<td align="left"><img src="images/mini_08.gif" width="2" height="106" alt=""></td>

<td align="right"><img src="images/mini_10.gif" width="2" height="106" alt=""></td>

</tr>

<tr>

<td colspan="6"><img src="images/mini_11.gif" width="244" height="5" alt=""></td>

</tr>

</table><br>

<table border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="6"><img src="images/mini_07.gif" width="244" height="5" alt=""></td>

</tr>

<tr>

<td align="left"><img src="images/mini_08.gif" width="2" height="106" alt=""></td>

<td align="right"><img src="images/mini_10.gif" width="2" height="106" alt=""></td>

</tr>

<tr>

<td colspan="6"><img src="images/mini_11.gif" width="244" height="5" alt=""></td>

</tr>

</table><img src="images/left_menu_24.gif" width="27" height="13" alt="">

</td>

<td align="right" width="4" height="344"><img src="images/modul-lef-tmaket_04.gif" width="4" height="344" alt=""></td>

</tr>

<tr>

<td rowspan="3" colspan="5"><img src="images/modul-lef-tmaket_05.gif" width="261" height="7" alt=""></td>

</tr>

</table>

Link to comment
Share on other sites

  • 0

Не хочу плодить тему, эта вполне подходит под мой вопрос :facepalmxd:

Так вот создаю обычную таблицу с данными, так вот как сделать так, что бы при заведении мышкой на горизонтальную строку гайки, она выделялась вся например розовым цветом, ну это так по фану. Что и куда в ксс прописать надо?

пробовал например так table.border tr {background: #FFa800;} ну это только фон, пробовал table.border tr a:hover {background: #FFa800;}. тоже нет.

Пытался найти ответ в гугле, но видимо плохо искал.

Паника отменяется, парни нашол, решил на бум сделать так table.border tr:hover {background: #FFa800;} и все заработало, честно не знал, но предполагал :) Модераторы сотрите пост, если вы считаете, что он не несет ни какой смысловой нагрузки. :(

а вот ослике такая шняга не прокатила... ладно пойду капать ксс

Edited by papay
Link to comment
Share on other sites

  • 0

Из топикстарта не могу понять в каком месте возникла проблема, и если вы не привыкли к вёрстке слоями, то таблицы всё-таки будут лучше, а с дивами потом разберётесь...

По поводу конкретной задачи, опишите всё таки по подробнее...

Link to comment
Share on other sites

  • 0
Паника отменяется, парни нашол, решил на бум сделать так table.border tr:hover {background: #FFa800;} и все заработало, честно не знал, но предполагал :) Модераторы сотрите пост, если вы считаете, что он не несет ни какой смысловой нагрузки. :(

а вот ослике такая шняга не прокатила... ладно пойду капать ксс

Шестой Осёл поддерживает ховер только для ссылок и то криво)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy