Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2009
    Posts
    9
    Plugin Contributions
    0

    Default background image layout question

    Hi,

    I was wondering if anyone could help with this problem:

    http://romijade.com/zencart/

    I have a background image - flowers on either side of the mainWrapper - but while the middle section stays centered when the browser is resized, the background image doesn't, so the image doesn't line up neatly.

    Does anyone know how I can fix it?

    Thanks heaps :)
    Romi

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: background image layout question

    In your stylesheet, add to the body rule
    Code:
    body {
    	background-image: url(../images/SweetCheeks_background.png);
    	background-repeat: no-repeat;
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #ddd2bc;
    	}
    background-position: center top;

  3. #3
    Join Date
    Jan 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: background image layout question

    Thank you so much

 

 

Similar Threads

  1. background image question
    By nevada in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Feb 2010, 10:39 AM
  2. background image question
    By wolfsden in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 May 2009, 01:28 AM
  3. Background image question
    By tpascubarat in forum General Questions
    Replies: 2
    Last Post: 24 Mar 2009, 11:08 PM
  4. Question on NavMainSearch background Image
    By estrat in forum Basic Configuration
    Replies: 0
    Last Post: 7 Sep 2008, 06:27 AM
  5. Adding a background image in Layout Boxes
    By v.kirk in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jan 2007, 04:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg