html - jqTouch css and a href link -


i trying call link page points part of page.

this code using this:

<a href="#product"><img src="dress1.jpg" alt="pic1"></img></a> 

the problem when remove css stylesheet links page, in other words:

<link type="text/css" rel="stylesheet" media="screen" href="jqtouch/jqtouch.css"> <link type="text/css" rel="stylesheet" media="screen" href="themes/jqt/theme.css"> 

it works above links, doesn't work. instead change address (by adding #product) , doesn't display image requested in

i'm not sure wrong.

thanks. c.

depending on revision of jqtouch using, need add animation class link slide/flip/disolve in order cause transition 1 psuedo page next.

<a href="#product" class="slide"><img src="dress1.jpg" alt="pic1"/></a> 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -