Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Posts
    20
    Plugin Contributions
    0

    Default CSS Overflow/scroll in DIVS?

    Is there a way to add CSS overflow attributes to DIVS in Zen Cart?

    My design does not fit the billing info/check out page. I would like to add a scroll bar to it so it fits the layout.

    I tried adding overflow: scroll; and overflow: auto; to the #contentMainWrapper but it didn't do anything.

    Here's a link to the page I am hoping to add the overflow style to...

    http://openheartthreads.com/products...ain_page=login

    Thanks in advance!
    Robert

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: CSS Overflow/scroll in DIVS?

    Not sure if I understand the question. That page looks terrific to me, except maybe the solid color at the bottom after the image ends.

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

    Default Re: CSS Overflow/scroll in DIVS?

    Add to your stylesheet
    Code:
    #loginDefault.centerColumn {
        height: 584px;
        width: 543px;
        overflow: auto;
        }
    However, the only thing this conceals is the submit button, which could confuse people. You might want to try tightening up the layout.
    The scroll area has to be narrower than the page to keep from cutting off the logo. I also notice that you have the left and right columns active, apparently used as spacers to keep the center column in the main background image. A better way to do that would be to turn off left & right in Configuration > Layout Settings, and make #mainWrapper the width you want, with "margin: auto;", in the stylesheet.

 

 

Similar Threads

  1. how to add overflow:scroll-x to define pages?
    By familynow in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 8 Dec 2011, 12:20 PM
  2. CSS Button Overflow Problems
    By Martot in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Jan 2010, 01:32 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