Assurimubre
New Member
I have a problem with a transparent PNG (gradient), when placing the image on top of a textured background, the PNG gets filled with a white semi transparent color, and I can't figure out why.I need it to just be transparent.See on top of this photo.http://i48.tinypic.com/33o71vt.jpgBelow is the css/less:\[code\]@import "bootstrap/bootstrap.less";#bgWrapper { min-height: 100%; height: 100%;background-image:url('/media/images/site/FrontpageTopBg.png'); background-repeat:repeat-x;}#homepage { margin: 0 auto; width: 970px;}#teaser{ float: left; height: 343px;}\[/code\]