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

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

[extensions] Autosize fix compatibility with 'charlies video'

File size: 1.1 KB
RevLine 
[11442]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">
[11961]8#scrolltotop { position:fixed; bottom:160px;right:5px; z-index:1000; }
[11442]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;
[11961]14  height:60px; text-indent:-9999px; width:50px; border:0;
[11442]15  {literal}
16  }
17
[11961]18#scrolltobottom { position:fixed;  bottom:80px;right:5px; z-index:1000;  }
[11442]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;
[11961]24  height:60px; text-indent:-9999px; width:50px; border:0;
[11442]25  {literal}
26  }
27</style>
28 {/literal} 
29{/html_head}
[11961]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>
[11442]33{literal}
34{/literal}
35 
36<!---Fin Mes SCRIPTS --->
Note: See TracBrowser for help on using the repository browser.