Hi
I use this code in template.css to add a background and have shadow in background:
body
{
margin:0;
padding:0;
background: url(../images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*
* Basic font-size and line-height
*/
#gk_wrapper {
font-size:1.2em;
line-height:1.5em;
width: 1004px; margin: 50px auto; padding: 20px; background: #fff; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
padding: 0 10px 10px
}
every browser (Firefox, Chrome, Safari, Opera) shows it perfect except IE7 & IE8..
please mail me for password