ErickClock Posted May 27, 2013 Share Posted May 27, 2013 Hola amigos, les escribo de por mi tienda virtual www.geekmania.cl Al ingresar una imagen en el footer, el texto que esta dentro de el se deforma. les adjunto una imagen para que se den cuenta. les agradecería que me ayudaran a re encuadrar el texto: El código original los dejo así: /* ************************************************************************************************ FOOTER ************************************************************************************************ */ #footer { color:#fff; background:#7AC143 } .blockcategories_footer, #footer .myaccount , #block_various_links_footer, #social_block, #block_contact_infos { float:right; width:175px } Luego con la imagen agregada: /* ************************************************************************************************ FOOTER ************************************************************************************************ */ #footer {position:relative; background: url(../img/nuevoFooter.png) no-repeat} color:#fff; background:#7AC143 } .blockcategories_footer, #footer .myaccount , #block_various_links_footer, #social_block, #block_contact_infos { float:right; width:175px } Atento a sus comentarios. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted May 27, 2013 Share Posted May 27, 2013 Hola amigos, les escribo de por mi tienda virtual www.geekmania.cl Al ingresar una imagen en el footer, el texto que esta dentro de el se deforma. les adjunto una imagen para que se den cuenta. les agradecería que me ayudaran a re encuadrar el texto: El código original los dejo así: /* ************************************************************************************************ FOOTER ************************************************************************************************ */ #footer { color:#fff; background:#7AC143 } .blockcategories_footer, #footer .myaccount , #block_various_links_footer, #social_block, #block_contact_infos { float:right; width:175px } Luego con la imagen agregada: /* ************************************************************************************************ FOOTER ************************************************************************************************ */ #footer {position:relative; background: url(../img/nuevoFooter.png) no-repeat} color:#fff; background:#7AC143 } .blockcategories_footer, #footer .myaccount , #block_various_links_footer, #social_block, #block_contact_infos { float:right; width:175px } Atento a sus comentarios. ¿Lo del position relative, lo has puesto por algo en especial? Link to comment Share on other sites More sharing options...
ErickClock Posted May 27, 2013 Author Share Posted May 27, 2013 (edited) Puse le mismo codigo en el cual puse la imagen del header, pero no consigo ajustar nuevamente los bloques. Edited May 27, 2013 by ErickClock (see edit history) Link to comment Share on other sites More sharing options...
ErickClock Posted May 27, 2013 Author Share Posted May 27, 2013 Alguien me puede ayudar??? Link to comment Share on other sites More sharing options...
Recommended Posts