jQuery.ScrollTo in Joomla, scrolling thru article by toc? - Joomla! Forum - community, help and support
dear readers,
do see easy way include jquery.scrollto http://flesler.[url banned].de/2007/10/jqueryscrollto.html demo http://demos.flesler.com/jquery/scrollto/ joomla 2.5..?
i have ability scroll thru toc of article single text beneath whole article can consist of text, image , video. try explain in simple diagram:
text1 image1_incl. title text2 image2_incl.title video1 text3 (maybe toc)
<--------------- scroll bar ------------------------------------------------->
overall describing text (probably without)
q1: can integrate above mentioned script joomla in general means in kind of module invoked every article?
q2: there ready built use purpose?
thx in advance!
cheers c
do see easy way include jquery.scrollto http://flesler.[url banned].de/2007/10/jqueryscrollto.html demo http://demos.flesler.com/jquery/scrollto/ joomla 2.5..?
i have ability scroll thru toc of article single text beneath whole article can consist of text, image , video. try explain in simple diagram:
text1 image1_incl. title text2 image2_incl.title video1 text3 (maybe toc)
<--------------- scroll bar ------------------------------------------------->
overall describing text (probably without)
q1: can integrate above mentioned script joomla in general means in kind of module invoked every article?
q2: there ready built use purpose?
thx in advance!
cheers c
pretty straight forward, of information on site.
add javascript site either in header or footer make nagivation use trigger tags.
then down page make headers so
<h2>
<span id="target-message" class="message">$.scrollto( '#target-examples', 800, {easing:'elasout'} );</span></h3>
etc.
add javascript site either in header or footer make nagivation use trigger tags.
then down page make headers so
<h2>
<span id="target-message" class="message">$.scrollto( '#target-examples', 800, {easing:'elasout'} );</span></h3>
etc.
Comments
Post a Comment