Code: Select all
<open src="language/en/common.php">
<edit>
<find><![CDATA['BACK_TO_TOP' => 'Top',]]></find>
<action type="after-add"><![CDATA['BACK_TO_DOWN' => 'Down',]]></action>
</edit>
</open>
Code: Select all
<open src="language/pl/common.php">
<edit>
<find><![CDATA['BACK_TO_TOP' => 'Góra',]]></find>
<action type="after-add"><![CDATA['BACK_TO_DOWN' => 'Dół',]]></action>
</edit>
</open>
all4phone wrote:Is it possible to change the speed of moving?
Code: Select all
$('html, body').animate({scrollTop: $elem.height()}, 800);
Code: Select all
$('html, body').animate({scrollTop: '0px'}, 800);
800
in styles/prosilver/template/overall_header.htmlCode: Select all
bottom:35px;
Code: Select all
top: 10px;