background scroll

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Tue Jun 19, 2012 10:47 pm
trying to get the background to not scroll vertical


here is the code in the "/gk_esport/css/style3.css" what did I do wrong

Code: Select all
body {
   background: url("../images/style3/bg_pattern.png") repeat scroll 0 0 #FFF;
}


here is gk_esport/css/template.css
Code: Select all
body {
   min-height: 100%;
   background: url("../images/style1/bg_main.gif") repeat scroll 0 0 #fff;
   font-size: 13px;
   line-height: 2;
   color: #777;
}

http://www.avidiamonds.com/index.php/na ... e-diamonds
User avatar
Senior Boarder

GK User
Tue Jun 19, 2012 10:59 pm
Use below css

Code: Select all
body { background: url("../images/style3/bg_pattern.png") repeat fixed 0 0 #FFFFFF; }


See you around...
User avatar
Platinum Boarder


cron