Форум поддержки пользователей ZeroParking

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.



Проблемы с таблицей

Сообщений 1 страница 2 из 2

1

Доброго времени суток. Очень надеюсь на вашу помощь.
Имеется форум, который в профиле. На нем стоит таблица:

Код:
<table width="785" height="269" border="0" background="http://s019.radikal.ru/i641/1203/1e/43bc2d9d96d9.png">
  <tr>
    <td width="241" height="70">&nbsp;</td>
    <td width="241">&nbsp;</td>
    <td width="235">&nbsp;</td>
    <td width="140" align="center"><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2">
</div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV>
</div></td>
  </tr>
  <tr>
    <td height="69" rowspan="3"><div style="margin:0px 0px 20px 10px; left: 79px; top: 221px; overflow:auto; overflow-x:hidden; width: 225px; height: 190px;">текст
</div></td>
    <td rowspan="3"><div style="margin:0px 0px 20px 10px; left: 79px; top: 221px; overflow:auto; overflow-x:hidden; width: 225px; height: 190px;">текст
</div></td>
    <td rowspan="3"><div style="margin:0px 0px 20px 13px; left: 79px; top: 221px; overflow:auto; overflow-x:hidden; width: 220px; height: 190px;">текст
</div></td>
    <td height="80" align="center"><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2">
</div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV>
</div></td>
  </tr>
  <tr>
    <td height="77" align="center"><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2">
</div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV>
</div></td>
  </tr>
  <tr>
    <td  align="center"><div class="spll">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2">
</div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV>
</div></td>
  </tr>
</table>

Проблема в том, что она во-первых, повторяется. Во-вторых, не вписываются всплывающие окна. Как это можно исправить?

0

2

Обновите стиль всплывающих окон в html-верху на такой:

Код:
<style> 
.splLink {width: 120px; height: 50px; font-weight: bold; background: transparent; border: 0px solid #ff0000; margin-top: 6px; margin-bottom: 10px;}
.splCont {height: auto; width: 180px; padding: 5px; z-index: 1000; border: 1px dotted #020000; font-size: 12px; text-align: center; background-color: #c0c0c0;}
</style>

И обновите объявление пока:

Код:
<table style="width: 785px; height: 269px; background: transparent url(http://s019.radikal.ru/i641/1203/1e/43bc2d9d96d9.png) 0 0 no-repeat;" border="0">
  <tr>
    <td style="height: 64px;" colspan="3"></td>
    <td style="height: 80px;" align="center" valign="top" rowspan="2">
<div><div class=splLink></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont>

Текст выплывает

</DIV></div>
<div><div class=splLink></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont>

Текст выплывает

</DIV></div>
<div><div class=splLink></div>
<DIV style="DISPLAY: none; position: absolute;" class=splCont>

Текст выплывает

</DIV></div>
</td>
  </tr>
  <tr>
    <td style="height: 69px;" valign="top" align="center">
<div style="margin: 0 0 0 5px; overflow-y: auto; width: 205px; height: 180px;">

текст

</div>
</td>
    <td style="height: 69px;" valign="top" align="center">
<div style="margin: 0 0 0 5px; overflow-y: auto; width: 205px; height: 180px;">

текст

</div>
</td>
    <td style="height: 69px;" valign="top" align="center">
<div style="margin: 0 0 0 5px; overflow-y: auto; width: 205px; height: 180px;">

текст

</div>
</td>
  </tr>
</table>

+2



Рейтинг форумов | Создать форум бесплатно