I am new codder and i need some help.Firstly sorry for my bad english.My main page is a image.I have some brand on this page.For example:
- a
- b
- c
i want to when i click a image go to the page 1 and when i click b image go to the page 2. i need a image map and link like this. Can you send example like this or a little help please ?
Page codes
Firstly sorry for my bad english.My main page is a image.I have some brand on this page.For example:
a b c i want to when i click a image go to the page 1 and when i click b image go to the page 2. i need a image map and link like this. Can you send example like this or a little help please ? İts not a clickable
example html
<li class="i">
<img onclick="gotopage()" "src="pages/1.jpg" width="76" height="100" class="page-1">
<span>1</span>
</li>
jss
function gotopage()
{
$("#flipbook").turn("page", 10);
}