Thread: Column Image

Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Column Image

    1.3.9h

    I want to place an image in the left/right column. That is, I want to fill the column with an image or color pattern.

    I though about just placing the image into a banner and turn the banner on but it’s not very elegant. I’d rather do something else.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Column Image

    You should be able to do that in the stylesheet. Look for ".leftBoxContainer, .rightBoxContainer {" and add your image there. That's how I got the image in the sideboxes on the Fan Odyssey site in my sig.

  3. #3
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Re: Column Image

    Quote Originally Posted by afo View Post
    You should be able to do that in the stylesheet. Look for ".leftBoxContainer, .rightBoxContainer {" and add your image there. That's how I got the image in the sideboxes on the Fan Odyssey site in my sig.
    PHP Code:
    .rightBoxContainer {
        
    margin0em;
        
    border1px solid #9a9a9a;
        
    border-bottom5px solid #336633;
        
    margin-top1.5em;
       }
        
    .
    leftBoxContainer,  {
        
    margin0em;
        
    border1px solid #9a9a9a;
        
    border-bottom5px solid #336633;
        
    margin-top1.5em;
        }

    .
    sideBoxContent {
        
    background-color#ffffff;
        
    padding0.4em;
           
    background-imageurl(../images/logo.jpg);
           
    backgroundurl(../images/logo.jpg);
        } 
    Either "background-image" or "background" will work. It will work as a background for the ".sideBoxContainer" but not the ".leftBoxContainer" or ".rightBoxContainer" .

    It will only work as a background and only work if there is a .sideBox present.

    What I am wanting is an image without any .sideBoxes turned on.

  4. #4
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Re: Column Image

    I found it.

    PHP Code:
    /*sideboxes*/
    .columnLeft {
         
    padding0.4em;
        
    background-imageurl(../images/logo.jpg);
        } 
    And it works without the .sideBoxes turned on.

 

 

Similar Threads

  1. Change Column Image..
    By ahhs9162 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Sep 2012, 09:01 PM
  2. Image column problem
    By yeah00 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Sep 2008, 12:26 AM
  3. Setting an image column and text column in Product Info page?
    By monkeypeach in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Sep 2008, 04:19 AM
  4. add image in nav column
    By rando84 in forum Basic Configuration
    Replies: 0
    Last Post: 21 Aug 2007, 07:43 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