Anyone care to take a stab at how to remove the white background from the container with the social network icons in the right column of this page:

I’m stumped, tried background: none !important; for most of those containers and the background remains. Thanks.

find .bg in the "interior.css". change the background there

.bg {

background-color: white;
bottom: 0px;
left: 0px;
position: absolute;
right: 0px;
top: 0px;
z-index: -1;
}

Thanks so much, failed to notice the
height:expression(this.parentNode.clientHeight +"px");
width:expression(this.parentNode.clientWidth +"px");
which brought it into play

Thanks so much, failed to notice the
height:expression(this.parentNode.clientHeight +"px");
width:expression(this.parentNode.clientWidth +"px");
which brought it into play

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2012 Tag ORDA - Webmaster Lab Suffusion theme by Sayontan Sinha