¿Se puede poner una imagen de fondo, (png), que en parte es transparente en un div, y ver al mismo tiempo el color de fondo especificado para dicha div?
¿Es posible el siguiente código, o está mal?
Código:
#wrapperlittle { width:1150px; height:auto; margin:0px auto 21px auto; padding-left:50px; padding-top:21px; overflow:hidden; clear:both; background-color:#e4413e; background: url(images/wrapperlittle_bg_top_red.png) top no-repeat, url(images/wrapperlittle_bg_right_red.png) right repeat-y, url(images/wrapperlittle_bg_bottom_red.png) bottom no-repeat, url(images/wrapperlittle_bg_left_red.png) left repeat-y; }