source: extensions/Autosize/template/mes_scripts.tpl @ 11912

Last change on this file since 11912 was 11912, checked in by cljosse, 13 years ago

[extensions] Autosize fix compatibility with click hd

File size: 1.1 KB
Line 
1<!--- $MY_ENTETE_PATH Mes_SCRIPTS Header--->
2{html_head}
3
4<!--- Mes_SCRIPTS body --->
5
6  {literal}
7<style type="text/css" media="screen">
8#scrolltotop { position:fixed; top:100px;right:10px; z-index:1000; opacity:0; }
9#scrolltotop a { {/literal}
10  background-color:transparent;
11  background-image: url("{$MY_FOOTER_PATH}images/top.png");
12  background-position:left top; background-repeat:no-repeat;
13  display:block;
14  height:100px; text-indent:-9999px; width:50px; border:0;
15  {literal}
16  }
17
18#scrolltobottom { position:fixed; bottom:100px;right:10px; z-index:1000; opacity:0; }
19#scrolltobottom a { {/literal}
20  background-color:transparent;
21  background-image: url("{$MY_FOOTER_PATH}images/bottom.png");
22  background-position:left top; background-repeat:no-repeat;
23  display:block;
24  height:100px; text-indent:-9999px; width:50px; border:0;
25  {literal}
26  }
27</style>
28 {/literal} 
29{/html_head}
30<div id="scrolltobottom"><a title="Aller en bas de la page" href="#"></a></div>
31<div id="scrolltotop" ><a title="Revenir en haut de la page" href="#"></a></div>
32{literal}
33{/literal}
34 
35<!---Fin Mes SCRIPTS --->
Note: See TracBrowser for help on using the repository browser.