vaikis![]() 2007-11-08 10:28 | is it posible to stop page scrooling to top of page, when you are selecting menu categories/subcategories. (this is anoying when you have many categories in menu, and you allways have to scrool down.) » Quick.Cart v2.x |
merci![]() 2007-11-09 09:51 | vaikis - can you describe it more clearly? maybe some screens will be helpful... |
Proxivire![]() 2007-11-10 09:12 | He means that when you have many main categories, and you have to scroll down to get to one, when you click it the page starts at the top again. -DmD- |
vaikis![]() 2007-11-12 13:42 | yes Proxivire this is what i wanted to say, and i need solution |
merci![]() 2007-11-13 09:24 | vaikis - in file templates/menu_1.tpl change the following code:
<dt class="l$aList[sStyle]" $aList[sSelected]><a href="?p=p_$aList[iCategory]&sName=$aList[sNameUrl]">$aList[sName]</a>& lt;/dt>
to this:
<dt class="l$aList[sStyle]" $aList[sSelected] id="$aList[sNameUrl]"><a href="?p=p_$aList[iCategory]#$aList[sNameUrl]">$aList[sName]</a></dt> and similary change for subcategories (insteda of dt, you will have dd) |
vaikis![]() 2007-11-21 14:59 | works good, not like i wanted but ok :) thank you |