Jump to content
  • 0

Не могу разобраться с divами. Нужна помощь!


mat
 Share

Question

Здравствуйте. Извените что так со старта с такими вопросами, но нужен совет.

При создании сайта столкнулся с такой проблемой:

Есть div обновляемый при нажатии на кнопки без перезагрузки всей страницы.

В нём таблица с картинками. К каждой картинке привязан toolTip с описанием. На главной всё путём, а после перехода на 2-ю страницу diva, границы toolTipа остаются в его пределах. При наведении на крайние картинки половины подсказки невидно. Не пойму в чем дело(((

Вот код:

<div id="okno"> - окно которое обновляется

<table>

<tr>

<td>

<CENTER><a href="#">Элизиум</a></CENTER>

<CENTER><a href="#" class="tooltip" title=" <img src='images/1234.jpg' align='center' width='150px' height='250px' /> текст.">

<img src="/images/1234.jpg" alt="" align="center" width="140px" height="200px" style=""></a></CENTER>

</td>

<td>

<CENTER><a href="#">Элизиум</a></CENTER>

<CENTER><a href="#" class="tooltip" title=" <img src='images/1234.jpg' align='center' width='150px' height='250px' /> текст.">

<img src="/images/1234.jpg" alt="" align="center" width="140px" height="200px" style=""></a></CENTER>

</td>

</tr>

</table>

</div>

<div class="more">

<ul>

<li><a href="#novoedub/0.html" onclick="changeVideo('0.html');return false;">1</a></li> ссылки страниц

<li><a href="#novoedub/1.html" onclick="changeVideo('1.html');return false;">2</a></li>

</ul>

</div>

<script>

function changeVideo(id) {

document.getElementById('okno').innerHTML =

'<iframe width="780" height="517" src="./novoedub/'+id+'" frameborder="0" allowfullscreen></iframe>';

}

</script>

Воюю с ним почти месяц.

Может кто другой пример покажет.

Спасибо за внимание.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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