Quiero que el div contedor (#wrapper2) tenga una imagen de fondo y que se repita en "y" en firefox se repite pero en ie no va cual podria ser el fallo.
//orangedesingestudio.freehostia.com -- le falta el http por k todavia no me dejan poner enlaces para evitar spam.
aki el css
Código:
* { padding: 0; margin: 0; } body { background: url('../images/fondo.gif') repeat; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } #wrapper1 { margin: 0 auto; width: 1020px; } #header { color: #333; width: 1000px; height: 355px; margin: 30px 0px 0px 0px; background: url('../images/header-trans.png'); background-repeat:no-repeat; } #navigation { width: 1000px; color: #333; padding: 5px; height: 42px; margin: 0px 0px 0px 0px; background: url('../images/navigation-trans.png'); } #wrapper2 { background: url('../images/contenedor-trans.png')repeat-y scroll 0 0; background-repeat:repeat-y; height:auto; margin: 0 auto; width: 1020px; } #leftcolumn { color: #333; height: auto; width: 200px; padding: 0px; float: left; } * html #leftcolumn { display:inline; } #rightcolumn { color: #333; height: auto; width: 160px; padding: 0px; float: right; } * html #rightcolumn { display:inline; } #content { background: url('../images/fondogris.gif'); background-repeat: repeat-y; margin: 0px 0px 0px 0px; padding: 10px; height: auto; width: 630px; float: right; } #user1 { float: left; color: #333; background: url('../images/fondogris.gif'); background-repeat:repeat-y; height: auto; width: 600px; padding: 0px; display: inline; } * html #user1 { display:inline; } #user2 { float: right; color: #333; background: url('../images/user2-trans.png'); background-repeat:no-repeat; height: 80px; width: 1000px; padding: 10px; display: inline; } * html #user2 { display:inline; } #final { margin: 0 auto; width: 1020px; } #footer { width: 1000px; height: 75px; clear: both; color: #333; background: url('../images/footer-trans.png'); background-repeat:no-repeat; margin: 0px 0px 30px 0px; }