#1• Buenas. Estoy tratando de comenzar a diseña con divs porque me han dicho que es mucho mas simple, pero me encuentro con un problema a la hora de centrar la página completa en el navegador . Probe con el margin:auto; pero no logro centrarla. Aqui les dejo el codigo, es algo muy simple que hice a modo de prueba. Si alguien puede ayudarme.... Muchas Gracias <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> <style type="text/css"> <!-- #apDiv1 { position:absolute; left:21px; top:0px; width:600px; height:389px; z-index:1; background-color: #000000; margin:auto; } #apDiv2 { position:absolute; left:-1px; top:1px; width:600px; height:66px; z-index:1; background-color: #FFFF00; } #apDiv3 { position:absolute; left:69px; top:101px; width:175px; height:194px; z-index:2; background-color: #FFFFFF; } #apDiv4 { position:absolute; left:4px; top:1px; width:166px; height:48px; z-index:3; background-color: #000033; } #apDiv5 { position:absolute; left:5px; top:69px; width:166px; height:48px; z-index:4; background-color: #000033; } #apDiv6 { position:absolute; left:355px; top:98px; width:202px; height:202px; z-index:2; background-color: #FFFFFF; } --> </style> </head> <body> <div id="apDiv1"> <div id="apDiv3"> <div id="apDiv5"></div> <div id="apDiv4"></div> </div> <div id="apDiv2"></div> </div> <div id="apDiv6"></div> </body> </html> Código: |
#2• Prueba esto Spoiler: #apDiv1 { position:absolute; left:21px; right:21px; top:0px; height:389px; z-index:1; background-color: #000000; margin:auto; } |
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un nuevo tema en lugar de responder al actual |
Opciones: Ir al subforo: |
Permisos: TU NO PUEDES Escribir nuevos temas TU NO PUEDES Responder a los temas TU NO PUEDES Editar tus propios mensajes TU NO PUEDES Borrar tus propios mensajes |
Temas similares | ||||
Tema | Usuarios | Respuestas | Visitas | Actividad |
---|---|---|---|---|
Por: DrinkDriver, el 23/Jun/2009, 11:12 | 5 | 15k | May/12 | |
Por: morrit, el 25/Nov/2010, 14:41 | 2 | 2k | Nov/10 | |
Por: rabesan, el 25/Nov/2008, 17:57 | 5 | 2k | Nov/08 | |
Por: User 5795558, el 04/Sep/2010, 17:45 | 2 | 2k | Sep/10 | |
Por: k_nelita, el 20/Ene/2007, 20:08 | 1 | 2k | Jan/07 |