Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Location
    New Jersey
    Posts
    14
    Plugin Contributions
    0

    Default Shadows / Borders

    Hi All,

    I've based a site I'm working on (http://kiddietrends.com/shop/) on the cherry zen template. I'm at the point where I'm almost happy but if you view the site you'll see my problem.

    The overall theme color is green (and I'm happy with that) whats of concern is that the center section (body?) where items are displayed, etc is "missing" something...what I mean is that if I make it green as well it becomes overpowering and hard to read but the white looks too unfinished...I'm trying to figure out how to create some sort of double lined border or shadow effect around this body section or perhaps adding some kind of smooth or finished lookin edge to the left and right columns would do?

    I'm not sure and would really appreciate tips on how to get one of these effects implemented.

    Thanks in advance!
    DJReda

  2. #2
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    Default Re: Shadows / Borders

    a little bit of designing skills and css knowledge would be required here is a couple links to help

    http://www.w3schools.com/css/
    http://www.good-tutorials.com/
    Last edited by knuckle-101; 31 Jan 2008 at 07:48 AM. Reason: Better Tutorial
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  3. #3
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Shadows / Borders

    Just adding a slight tone to the background will work wonders. Either a compatible pale (very) green or a slight tone of contrasting colour.

    I too don't like the stark white look. Check out my sites in my sig below to see a couple of possibilities.

    Rob

  4. #4
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    css problem Shadows / Borders

    I followed the advice in one post on how to add a drop shadow to my center wrapper, but it gave only the code for the right side. I cannot figure out how to do it on the left, and believe me, I've tried. I know it's just some tiny bit of code I'm lacking (and the fact that I'm a newbie to css and zen).

    If you check my site here 200westmain.com/citypretties you will see that I have the shadow on the right.

    Can someone explain to me how to get it on the left as well?

    Thanks,
    Becky

  5. #5
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    css problem Drop Shadow Each Side of Main Wrapper

    I posted about this elsewhere, but I'm not sure how posts are viewed, so I'm asking again. I apologize if redundant posts are annoying. I'm VERY new to css and Zen.

    I would like to have a drop shadow on each side of my wrapper. I've succeeded, thanks to an old post here (http://www.zen-cart.com/forum/showthread.php?t=66618) in getting the shadow on the right. No matter what I try I can't get it on the left the way I want it.

    If you look at my cart at

    http://www.200westmain.com/citypretties

    you can see that the shadow just sticks up in the left, pushing the top of the wrapper to the right and not running the full length of the y-axis.

    Here is the code I have in my stylesheet:

    #mainWrapper {
    background-color: #82B146;
    text-align: left;
    width: 800px;
    margin-right: 10px;
    margin-left: 10px;
    }

    #mainWrapperRight {
    width: 100%;
    background-image: url(http://img.auctiva.com/imgdata/0/4/8...451342_o.gif);
    background-position: top right;
    background-repeat: repeat-y;
    padding-right: 10px; /*or whatever the shadow width is*/
    }

    #mainWrapperLeft {
    width: 100%;
    background-image: url(http://img.auctiva.com/imgdata/0/4/8...451334_o.gif);
    background-position: top left;
    background-repeat: repeat-y;
    padding-left: 10px; /*or whatever the shadow width is*/
    }


    What am I missing?

    Thanks,

    Becky

  6. #6
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Shadows / Borders

    moderator's note - the threads with the duplicated question have been merged.
    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.

  7. #7
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Shadows / Borders

    Can anyone help?

  8. #8
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Shadows / Borders

    Seriously, no one?

    I went in to my main page php and added some <div> and </div> and it put the shadow down the left side, only it seems to be under the side boxes and header.

    I've tried everything I can in the stylesheet and mainpage php.

    Does anyone PLEASE have ANY suggestions???

 

 

Similar Threads

  1. Rounded Borders Using Snazzy Borders
    By Lawbird123 in forum Templates, Stylesheets, Page Layout
    Replies: 71
    Last Post: 30 Jul 2010, 01:37 PM
  2. Borders
    By blackwolf in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 7 Nov 2009, 12:36 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