Results 1 to 5 of 5
  1. #1

    Default Small problem with my stylesheet

    I'm having a small issue with my style sheet. 1, the bottom of the frames for the catagories, bestsellers, etc. are green... 2, the header is repeating itself and I cant figure out where I tell it to align to the right, and not repeat itself.

    See the attached picture to see what I'm talking about.

    Also, I'd like to put another header on the left hand side of the screen, kind of like the one on the top, only it would run down the side, and the catagories would sit on top of it. Any help there would be great too!

    Thank you!
    Attached Images Attached Images  

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

    Default Re: Small problem with my stylesheet

    It's a bit difficult without being able to see the site and the stylesheet, but look for this in your stylesheet. If the line I've highlighted in red exists, remove it and the image won't repeat.

    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:75px;
    	}
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Small problem with my stylesheet

    And the green sidebox bottom border is here in your stylesheet:

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-top: 1.5em;
    }
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

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

    Default Re: Small problem with my stylesheet

    You also need to specify the start position so it doesn't hug the left edge. background-position: top right;

    And if I recall correctly the default is to tile the background, so you need to specify background-repeat: none;

    PHP Code:
    #logoWrapper{
        
    background-imageurl(../images/header_bg.jpg);
        
    background-repeatnone;
        
    background-color#ffffff;
        
    background-positiontop right;
        
    height:75px;
        } 
    There are a lot of places you can add another background-image. Where it should go depends on *exactly* where you want it to show up.

  5. #5

    Default Re: Small problem with my stylesheet

    Thank you for the replies!

 

 

Similar Threads

  1. Small Problem with UTF-8
    By Asdesign in forum Addon Language Packs
    Replies: 1
    Last Post: 16 Mar 2010, 06:18 PM
  2. Small problem with my layouts...
    By europod in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jul 2006, 12:39 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR