Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2006
    Posts
    110
    Plugin Contributions
    0

    Default Adding a background image in Layout Boxes

    how could i add a background image (repeating tile) into the layout boxes (eg: catagories, information, search, etc)?

  2. #2
    Join Date
    Jun 2006
    Posts
    110
    Plugin Contributions
    0

    Default Re: Adding a background image in Layout Boxes

    nevermind, figured it out

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding a background image in Layout Boxes

    v.kirk,

    Give Back!!! Post your solution for others that are looking to do this
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jun 2006
    Posts
    110
    Plugin Contributions
    0

    Default Re: Adding a background image in Layout Boxes

    ok, in your stylesheet file, you scroll down until you get to this section


    HTML Code:
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1em;
    	color: #ffffff;
    	}
    #manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
    	font-size: 0.9em;
    	color: #ffffff;
    }
    
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: black;
    	
    	}
    
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #5ABEE7;
    	border-bottom: 5px solid #5ABEE7;
    	margin-top: 1.5em;
    	}
    
    .sideBoxContent {
            border-top: 1px solid #5ABEE7;
    	background-color: black;
            background-image: url(../images/cyber.gif);
    	padding: 0.4em;
    	}
    then, under .sideBoxContent, you add

    HTML Code:
    background-image: url(../images/YOURBACKGROUNDIMAGE.gif);
    the end

 

 

Similar Threads

  1. Adding background image
    By robbin21973 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Jan 2011, 06:20 AM
  2. background image layout question
    By romijade in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2009, 03:49 AM
  3. adding a background image
    By BnBSports in forum Templates, Stylesheets, Page Layout
    Replies: 27
    Last Post: 17 Jun 2008, 07:28 AM
  4. Adding a background image
    By Jen Will in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 30 Jan 2008, 03:14 PM

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