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
Post a Comment