Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/08/2011, 02:44
oliverarthurnardi
 
Fecha de Ingreso: noviembre-2010
Ubicación: aun no se donde vivir
Mensajes: 112
Antigüedad: 13 años, 5 meses
Puntos: 3
Respuesta: Problema con IE y las CSS

aqui esta el html de mi web

Código HTML:
Ver original
  1. <div id="contenedor">
  2. <div id="menu2">
  3. <a href="javascript:doGTranslate('es|es')" title="español">
  4. <img src="botones/boton2.jpg" width="50" height="25" alt="español" />
  5. </a>
  6.  <a href="javascript:doGTranslate('es|en')" title="english">
  7. <img src="botones/boton1.jpg" width="50" height="25" alt="ingles" />
  8. </a>
  9. </div>
  10. <div id="menu3"><a href="contacto.html">Contacto</a> <a href="mapa_web.html">| Mapa web</a></div>
  11.   <div id="fecha"><div id="fecha"><script language="JavaScript" type="text/javascript">  
  12. <!--  
  13.  mydate = new Date();  
  14.  myday = mydate.getDay();  
  15.  mymonth = mydate.getMonth();  
  16.  myweekday= mydate.getDate();  
  17.  weekday= myweekday;  
  18.  if(myday == 0)  
  19.  day = " Domingo, "  
  20.  else if(myday == 1)  
  21.  day = " Lunes, "  
  22.  else if(myday == 2)  
  23.  day = " Martes, "  
  24.  else if(myday == 3)  
  25.  day = " Miércoles, "  
  26.  else if(myday == 4)  
  27.  day = " Jueves, "  
  28.  else if(myday == 5)  
  29.  day = " Viernes, "  
  30.  else if(myday == 6)  
  31.  day = " Sábado, "  
  32.  if(mymonth == 0)  
  33.  month = "Enero "  
  34.  else if(mymonth ==1)  
  35.  month = "Febrero "  
  36.  else if(mymonth ==2)  
  37.  month = "Marzo "  
  38.  else if(mymonth ==3)  
  39.  month = "Abril "  
  40.  else if(mymonth ==4)  
  41.  month = "Mayo "  
  42.  else if(mymonth ==5)  
  43.  month = "Junio "  
  44.  else if(mymonth ==6)  
  45.  month = "Julio "  
  46.  else if(mymonth ==7)  
  47.  month = "Agosto "  
  48.  else if(mymonth ==8)  
  49.  month = "Setiembre "  
  50.  else if(mymonth ==9)  
  51.  month = "Octubre "  
  52.  else if(mymonth ==10)  
  53.  month = "Noviembre "  
  54.  else if(mymonth ==11)  
  55.  month = "Diciembre "  
  56. document.write("<font face=verdana, size=2>"+ day);  
  57. document.write(myweekday+" de "+month+ "</font>");  
  58. // -</script></div>
  59.  </div>  
  60.  <div id="menu1">
  61.    <hr />
  62.  <p><a href="index.html">Inicio</a></p>
  63. <p><a href="sobre_nosotros.html">Sobre nosotros</a></p>
  64.     <p><a href="portafolio.html">Portafolio</a></p>
  65.    <p><a rel="clearbox[gallery=Gallery,,width=960,,height=760]" href="http://novtiz.es/inicio.html">Servicio tecnico </a></p>
  66.    <p><a href="contacto.html">Contacto    </a></p>
  67.    <hr />
  68.    <p><a href="http://www.facebook.com/" target="_blank"><img src="imagenes/facebook.png" alt="facebook" width="22" height="22" border="0" /></a> <a href="http://twitter.com/" target="_blank"><img src="imagenes/twitter.png" alt="twiter" width="22" height="22" border="0" /></a> <img src="imagenes/skype.png" width="22" height="22" alt="skype" /> <a href="https://mail.google.com/mail" target="_blank"><img src="imagenes/gmail.png" alt="gmail" width="22" height="22" border="0" /></a></p>
  69.    <p>&nbsp;</p>
  70.    <p><img src="imagenes/promocion.jpg" width="190" height="113" alt="promocion" /></p>
  71.    <p>&nbsp;</p>
  72.    <p>&nbsp;</p>
  73.  </div>
  74.  <div id="contenido">
  75.    <script type="text/javascript">
  76. // BeginOAWidget_Instance_2559022: #slideshow
  77.  
  78.             slideshowAddCaption=false;
  79. $(document).ready(function() {
  80.     $('#slideshow').cycle({
  81.         after:          slideshowOnCycleAfter, //the function that is triggered after each transition
  82.         autostop:           false,     // true to end slideshow after X transitions (where X == slide count)
  83.         fx:             'fade,',// name of transition effect
  84.         pause:          true,     // true to enable pause on hover
  85.         randomizeEffects:   true,  // valid when multiple effects are used; true to make the effect sequence random
  86.         speed:          1000,  // speed of the transition (any valid fx speed value)
  87.         sync:           false,     // true if in/out transitions should occur simultaneously
  88.         timeout:        3000,  // milliseconds between slide transitions (0 to disable auto advance)
  89.         fit:            true,
  90.         height:        '350px',
  91.         width:         '550px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
  92.     });
  93. });
  94. function slideshowOnCycleAfter() {
  95.     if (slideshowAddCaption==true){
  96.             $('#slideshow-caption').html(this.title);
  97.     }
  98. }
  99.        
  100. // EndOAWidget_Instance_2559022
  101.    </script>
  102.    <div id="slideshow">
  103.      <!--All elements inside this will become slides-->
  104.       <img src="imagenes/marketing.jpg" width="550" height="417"  /> <img src="imagenes/tienda.jpg" width="475" height="491" /> <img src="imagenes/corporativa.jpg" width="480" height="320"  />
  105.     </div>
  106.     <!--It is safe to delete this if captions are disabled-->
  107.     <div id="slideshow-caption"></div>
  108.   </div>
  109. <div id="pie">
  110.   <h4>Oliver  Arthur Web Site&reg;2011 Todos los derechos reservados </h4>
  111. </div>
  112. </div>
  113. <script type="text/javascript">
  114. var _gaq = _gaq || [];
  115.   _gaq.push(['_setAccount', '']);
  116.   _gaq.push(['_trackPageview']);
  117.  
  118.   (function() {
  119.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  120.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  121.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  122.   })();
  123.     </script>
  124. </body>
  125. </html>