View Single Post
  #9  
Old 08-29-2010, 02:58 PM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Thumbs up Re: Background image on home page only!

Hi

Ive managed to sort this problem with the white space, in the main.css file i just altered the line

"background-color: #fff;"

to

"background-color transparent; #fff;"

just added the word "transparent"

html,
body
{
height: 100%;
background-color transparent; #fff;
margin: 0;
padding: 0;
min-width: 780px;
border: 0 none;

This sorted the problem out for me, again thanks Steve for your help in the orginal code for the back ground image...
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote