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

Last change on this file since 27153 was 16931, checked in by cljosse, 12 years ago

[extensions] Autosize fix compatibility with 2.4, new options

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; bottom:160px;right:5px; z-index:1000; }
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:60px; text-indent:-9999px; width:50px; border:0;
15  {literal}
16  }
17
18#scrolltobottom { position:fixed;  bottom:80px;right:5px; z-index:1000;  }
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:60px; text-indent:-9999px; width:50px; border:0;
25  {literal}
26  }
27</style>
28 {/literal} 
29{/html_head}
30<div id="scrolltobottom"><a title="Revenir en bas de la page" href="#"></a></div>
31
32<div id="scrollmiddle" style=" position:fixed;top:300px;right:10px; z-index:1000; opacity:1; " ></div>
33{literal}
34{/literal}
35<!---Fin Mes SCRIPTS --->
Note: See TracBrowser for help on using the repository browser.