help please

does anybody know how to make the footer background at the bottom of my page transparent? it is destroying my vibe @.@

Kudos: 0

Comments

Report

does this work?


footer {

Β  Β  background-color: transparent;

Β  Β  border-top: 0px;

}


if it doesn't, maybe putting !important before the ; will help