Commit d224e8a08be7382dea1e443506781d54d136fdb2
1 parent
a472270f
Exists in
master
and in
7 other branches
Correção na ferramenta cortina (IE)
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
ferramentas/cortina/index.js
| @@ -121,6 +121,7 @@ i3GEOF.cortina = { | @@ -121,6 +121,7 @@ i3GEOF.cortina = { | ||
| 121 | */ | 121 | */ |
| 122 | html:function(){ | 122 | html:function(){ |
| 123 | var ins = "<div id='i3GEOcortinaTemasDiv' style='text-align:left;font-size:11px'></div>"; | 123 | var ins = "<div id='i3GEOcortinaTemasDiv' style='text-align:left;font-size:11px'></div>"; |
| 124 | + /* | ||
| 124 | if(navm){ | 125 | if(navm){ |
| 125 | ins += '<div id="slider-bg" class="yui-h-slider" style="background: url('+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/bg-h.gif) no-repeat -108px 0;height: 28px;width: 210px;" tabindex="-1" title="Slider">' + | 126 | ins += '<div id="slider-bg" class="yui-h-slider" style="background: url('+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/bg-h.gif) no-repeat -108px 0;height: 28px;width: 210px;" tabindex="-1" title="Slider">' + |
| 126 | '<div id="slider-thumb" class="yui-slider-thumb"><img src="'+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/thumb-n.gif"></div>' + | 127 | '<div id="slider-thumb" class="yui-slider-thumb"><img src="'+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/thumb-n.gif"></div>' + |
| @@ -131,6 +132,11 @@ i3GEOF.cortina = { | @@ -131,6 +132,11 @@ i3GEOF.cortina = { | ||
| 131 | '<div id="slider-thumb" class="yui-slider-thumb"><img src="'+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/thumb-n.gif"></div>' + | 132 | '<div id="slider-thumb" class="yui-slider-thumb"><img src="'+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/thumb-n.gif"></div>' + |
| 132 | '</div>'; | 133 | '</div>'; |
| 133 | } | 134 | } |
| 135 | + */ | ||
| 136 | + ins += '<div id="slider-bg" class="yui-h-slider" style="background: url('+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/bg-h.gif) no-repeat 5px 0;height: 28px;width: 210px;" tabindex="-1" title="Slider">' + | ||
| 137 | + '<div id="slider-thumb" class="yui-slider-thumb"><img src="'+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/thumb-n.gif"></div>' + | ||
| 138 | + '</div>'; | ||
| 139 | + | ||
| 134 | return ins; | 140 | return ins; |
| 135 | }, | 141 | }, |
| 136 | /* | 142 | /* |
| @@ -231,10 +237,12 @@ i3GEOF.cortina = { | @@ -231,10 +237,12 @@ i3GEOF.cortina = { | ||
| 231 | l = l + (offsetFromStart * escala); | 237 | l = l + (offsetFromStart * escala); |
| 232 | i3GEOF.cortina.estilo.clip = "rect("+t+"px,"+r+"px,"+b+"px,"+l+"px)"; | 238 | i3GEOF.cortina.estilo.clip = "rect("+t+"px,"+r+"px,"+b+"px,"+l+"px)"; |
| 233 | }); | 239 | }); |
| 240 | + /* | ||
| 234 | if(navm){ | 241 | if(navm){ |
| 235 | $i("slider-bg").style.left = "-100px"; | 242 | $i("slider-bg").style.left = "-100px"; |
| 236 | $i("i3GEOF.cortina_corpo").style.background = "url("+i3GEO.configura.locaplic+"/pacotes/yui290/build/slider/assets/bg-h.gif) white no-repeat 10px 0px"; | 243 | $i("i3GEOF.cortina_corpo").style.background = "url("+i3GEO.configura.locaplic+"/pacotes/yui290/build/slider/assets/bg-h.gif) white no-repeat 10px 0px"; |
| 237 | } | 244 | } |
| 245 | + */ | ||
| 238 | }, | 246 | }, |
| 239 | /* | 247 | /* |
| 240 | Function: reiniciaSlide | 248 | Function: reiniciaSlide |