B
B
Big8King2019-04-16 10:47:12
JavaScript
Big8King, 2019-04-16 10:47:12

How to make an image a link in a slider?

When clicking on the image in the slider, it does not go to the specified link.
Example: Image, in link but not following. Here is the site itself with the slider: rfid-m.ruslide_1.jpg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Aleksandr, 2019-04-16
@QQQ-RRR

that's how it works

<div>
  <a href="http://ссылка/">
  <img src="картинка" alt="" class="">
</div>

R
Rolls Over, 2019-04-16
@rollsover

<a href="#ссылка">
    <img src="#путь к изображению" alt="img.img">
</a>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question