Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    LeftSidebox BG vs RightSideboxBG

    Im having problem changing my leftsidebox background image.. actually for the categories box only..i found my css for sideboxes like these:

    for left

    .leftBoxContainer {
    border: 0px solid #ffffff;
    margin-top: 0em;
    }


    for right

    .rightBoxContent {
    background-color: #ffffff;
    margin-bottom: 1em;
    }


    for both

    .sideBoxContent {
    background-color: #ffffff;
    padding: 0.4em;
    }


    when i insert this code background-image: url("../images/pic_gif"); into the .sideBoxContent, both sideboxes background changed.

    but if i insert it into .leftBoxContainer or .rightBoxContent, nothings change..why is that.??

    need help..

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: LeftSidebox BG vs RightSideboxBG

    Try adding this tag to your css and apply the backgroung image to it

    #categoriesContent

    Post back on what you find
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: LeftSidebox BG vs RightSideboxBG

    Quote Originally Posted by miles View Post
    Im having problem changing my leftsidebox background image.. actually for the categories box only..i found my css for sideboxes like these:

    for left

    .leftBoxContainer {
    border: 0px solid #ffffff;
    margin-top: 0em;
    }


    for right

    .rightBoxContent {
    background-color: #ffffff;
    margin-bottom: 1em;
    }


    for both

    .sideBoxContent {
    background-color: #ffffff;
    padding: 0.4em;
    }


    when i insert this code background-image: url("../images/pic_gif"); into the .sideBoxContent, both sideboxes background changed.

    but if i insert it into .leftBoxContainer or .rightBoxContent, nothings change..why is that.??

    need help..

    It is sorta' hard to visualize, but I will attempt to explain the combination of Zen Cart templates and the CSS.

    The Zen Cart pages are dynamically built using the php to pull together and arrange multiple parts and pieces. Many of those pieces are "stacked" on top of each other in various "layers" of code and html. Once you get familiar with who lives where it becomes easier.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #4
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: LeftSidebox BG vs RightSideboxBG

    thanx for the tips..#categoriesContent does work..:) only the text link didnt fit my text-box which i created..but ill fix it later with other bg image..

    is there any chance to fill with background color for my sidebox text link?? just curious..

    thx for ur help..

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: LeftSidebox BG vs RightSideboxBG

    is there any chance to fill with background color for my sidebox text link?? just curious..
    Is what you are referencing a color mat that resides under/behind the text displayed?

    Get FireFox & the Web Developers tool kit extention to allow you to discover the tag associated with the elements that you wish to style. Then you can seek them or add them to the stylesheet.

    Code:
    tag_name {
    background-color: #??????;
         }
    Check here for additional information w3schools
    Zen-Venom Get Bitten

 

 

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