html5 - change content of a div with internet explorer additional comments? -


hello friends have html5 animation within div of website, want internet explorer 6 instead of animation display image, possible conditional comments? thank much.

code animation in cabecera div:

<div id="contenedor"> <div id="cabecera" >   <iframe  src="<?php $_server['document_root']?>/header.html" width="900px" height="167px" frameborder="0"> </iframe> </div> <div id="botonera"><?php include($_server['document_root']."/botonera.php"); ?></div> <div id="sombra"></div> <div id="para-contenido"></div> 


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -