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 | 121 | */ |
122 | 122 | html:function(){ |
123 | 123 | var ins = "<div id='i3GEOcortinaTemasDiv' style='text-align:left;font-size:11px'></div>"; |
124 | + /* | |
124 | 125 | if(navm){ |
125 | 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 | 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 | 132 | '<div id="slider-thumb" class="yui-slider-thumb"><img src="'+i3GEO.configura.locaplic+'/pacotes/yui290/build/slider/assets/thumb-n.gif"></div>' + |
132 | 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 | 140 | return ins; |
135 | 141 | }, |
136 | 142 | /* |
... | ... | @@ -231,10 +237,12 @@ i3GEOF.cortina = { |
231 | 237 | l = l + (offsetFromStart * escala); |
232 | 238 | i3GEOF.cortina.estilo.clip = "rect("+t+"px,"+r+"px,"+b+"px,"+l+"px)"; |
233 | 239 | }); |
240 | + /* | |
234 | 241 | if(navm){ |
235 | 242 | $i("slider-bg").style.left = "-100px"; |
236 | 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 | 248 | Function: reiniciaSlide | ... | ... |