![]() |
2 filas en un div Hola, como estan? Yo tratando de hacer que en mi footer aparezcan 2 filas, es decir los botones de validación y firefox que aparezcan abajo. Como podría hacerlo? El sitio esta alojado aquí: www.compubitweb.com.ar/demo/index.html y el css: www.compubitweb.com.ar/demo/css.css El html es el siguiente: Código: <div id="footer"> 2008 - CompuBitWeb ----- Juampicks Productions ----- <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="20" width="60" /></a><a href="http://www.difundefirefox.com" title="Difunde Firefox"><img src="http://www.difundefirefox.com/files/banners/boton-ff1.png" alt="Usa Firefox" style="border:0;"/></a></div>Código: #footer {Saludos y espero que me puedan ayudar. |
Respuesta: 2 filas en un div Prueba agregando al : #footer {position:relative;} y luego, las imágenes de validación las pones dentro de: <ul> <li><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="20" width="60" /></a></li> <li><a href="http://www.difundefirefox.com" title="Difunde Firefox"><img src="http://www.difundefirefox.com/files/banners/boton-ff1.png" alt="Usa Firefox" style="border:0;"/></a></li> </ul> y en la clase agrega: #footer ul {position:relative;} y le ponen un top y un left hasta ubicarlo donde tu quieres. luego para separar los <li> puedes usar el margin o el padding. Saludos |
| La zona horaria es GMT -6. Ahora son las 21:04. |
Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.