http://www.google.com
no se por que, pero en Internet explorer se descuadra el flash que se encuentra en el header , este es mi código:
Código:
<div class="chamaco"> <script src="http://produccion.ilce.edu.mx/enlace/modules/blueyez_rotator/swfobject.js" type="text/javascript"></script> <p id="player11"><b style="padding: 20px; font-size:12px; font-weight: bold;"><font color="#000000">Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player.</font><a href="http://www.macromedia.com/go/getflashplayer"><font color="#0000FF"> Get the latest flash player. </font></a></b></p> <script type="text/javascript"> var s11 = new SWFObject("http://produccion.ilce.edu.mx/enlace/modules/blueyez_rotator/imagerotator.swf","rotator","450","130","8"); s11.addVariable("file","http://produccion.ilce.edu.mx/enlace/modules/blueyez_rotator/playlist.php"); s11.addVariable("transition","random"); s11.addVariable("rotatetime","3"); s11.addVariable("shownavigation","false"); s11.addVariable("overstretch","true"); s11.addVariable("backcolor","0x000000"); s11.addVariable("frontcolor","0xFFFFFF"); s11.addVariable("lightcolor","0x63656B"); s11.addVariable("autostart","true"); s11.addVariable("repeat","true"); s11.addParam("quality", "high"); s11.addParam("wmode", "transparent"); s11.addParam("menu", "true"); s11.addVariable("showicons","true"); s11.addVariable("linkfromdisplay","false"); s11.addVariable("kenburns","false"); s11.addVariable("linktarget","_blank"); s11.write("player11"); </script> </div>
Código:
No se por que se mueve de forma distinta en Firefox que en Internet explorer, conocen algun hack para resolver esto? #ja-header div.chamaco { float: right; display: block; margin-top: 0px; height: 130px; clear: both; width: 450px; border: 1px solid #FF0000; } #ja-header div.chamaco p, #ja-header div.chamaco p b { margin: 0px; padding: 0px; }