Wednesday, 15 May 2013

internet explorer 8 - img tag doesn't work in ie8 -



internet explorer 8 - img tag doesn't work in ie8 -

i have code:

<div id="hidden_images" style="display:none"> <?php $cant = 0; foreach($slidesdestacados $s){ ?> <div id='image_<?php echo $cant;?>' > <a href="<?php echo $this->base."/categorias/index/".$s['slidedestacado']['link'];?>"><img src="<?php echo $this->base;?>/img/slides_destacados/<?php echo $s['slidedestacado']['image_small'];?>"/> </a> <div class="textte"> <span><?php echo $s['slidedestacado']['title'];?></span> </div> </div> <?php $cant++; } ?> </div>

for reason, doesn't work in ie8, doesn't show images (they generated html ok). found there compatibility issues href , ie8, couldn't solve it.

any ideas?

edit 1

generated html this:

<div id="hidden_images" style="display:none"> <div id='image_0' > <a href="/beneficios/categorias/index/60"><img src="/beneficios/img/slides_destacados/tecno-smallx.jpg"/> </a> <div class="textte"> <span>beneficios en tecnologĂ­a</span>

<div id="hidden_images" style="display:none">

i shocked if worked in browser :)

remove

style="display:none"

internet-explorer-8 href

No comments:

Post a Comment