Quinton
New member
Hi,
I am having difficulty making the footer container transparent in order to reflect my WHITE to BLUE gradient background. Website is www.HairySquid.com.
PLEASE if someone can help, tell me how to get have my background continue.
I have edited in Extra.css the following in order to get my background:
I am having difficulty making the footer container transparent in order to reflect my WHITE to BLUE gradient background. Website is www.HairySquid.com.
PLEASE if someone can help, tell me how to get have my background continue.
I have edited in Extra.css the following in order to get my background:
Code:
#headerMover
{
background: -webkit-linear-gradient(white, blue); /* For Safari */
background: -o-linear-gradient(white, blue); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(white, blue); /* For Firefox 3.6 to 15 */
background: linear-gradient(white, blue); /* Standard syntax */
}
#headerMover, #headerProxy, #header, #content, #footer
{
background-color: transparent !important;
}