Page 1 of 1

Go to specific <div> data

Posted: Tue Oct 06, 2009 5:07 am
by shafiq2626
Hi!
I have multiple <Div></div> with different data on a page.
i want to go at specific <div></div> by clicking related text link.
like
<span>div one</span>
<span>div two</span>
<span>div three</span>



<div id="d1">ddd ddd</div>
<div id="d2">sssss</div>
<div id="d3">aaaa</div>


please help me that how this matter will solve
thanking you

Re: Go to specific <div> data

Posted: Tue Oct 06, 2009 6:00 am
by jackpf

Code: Select all

<a href="#divid">clicky</a>