Jump to content
  • 0

Простой слайдер


vit639
 Share

Question

Доброго времени суток! Есть с десяток объектов с 3-5 рисунками каждый. Хотел сделать на каждый объект подобие слайдера, картинка с цифрами снизу

Все вроде просто, пример ниже, но вот при нажатие на цифру весь слайдер изменяет позицию (из центра вверх экрана), т.е браузер производит переход по странице.

Вопрос: можно ли изменить поведение ссылки, что-бы при нажатии на цифру слайдер оставался на месте. спасибо

<table border="1">
<col class="c_image" />
<col class="c_image" />
<tr>
<td>
<div class="project">
<div><a name="i21"></a><img src="projects\1\22.jpg" alt="" title="" /></div>
<div><a name="i22"></a><img src="projects\1\22.jpg" alt="" title="" /></div>
<div><a name="i23"></a><img src="projects\1\23.jpg" alt="" title="" /></div>
</div>
</td>
<td>
<p>Описание</p>
</td>
</tr>
<tr>
<td colspan="2">
<div class="menu_image">
<ul>
<li><a href="#i21">1</a></li>
<li><a href="#i22">2</a></li>
<li><a href="#i23">3</a></li>
</ul>
</div>
</td>
</tr>
</table>

Edited by alexriz
Для кода есть тег CODE
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