Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/07/2011, 13:43
Avatar de andresdzphp
andresdzphp
Colaborador
 
Fecha de Ingreso: julio-2011
Ubicación: $this->Colombia;
Mensajes: 2.749
Antigüedad: 12 años, 9 meses
Puntos: 793
Respuesta: Centrar tabla CSS urgent!

Cita:
Iniciado por valentina4you Ver Mensaje
C2am
Intenté con tu solución pero no pude.

andresdzphp
No sabes cuánto te agradezco. Hace horas que estoy en busca de centrar la maldita tabla. Pude hacero modificando como lo dijiste tu:


#Tabla_01 {
position:relative;
height: 1200px;
width: 900px;
margin: 0px auto 0px auto;
text-align: center;
/* Para resolver problemas de centrado con I.E 5 */
}

Ya ven: [url]http://mlg.fastimport.cl/promos/panda.html[/url]
Quedó bien
Millones de gracias

No te funciona en Internet Explorer 9. Olvidaste la recomendación que te hice

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
__________________
Si sabemos como leer e interpretar el manual será mucho más fácil aprender PHP. En lugar de confiar en ejemplos o copiar y pegar - PHP