Results 1 to 10 of 13

Hybrid View

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

    Default Re: Need continuity among all pages.

    Just so I understand, you want the right column to be outside the rest of the content ? Best way to do something like that, I think, is with absolute positioning in the stylesheet.. You have to be careful with how it displays on different screen resolutions, though.

    If you don't want it way out there, you'll need to fiddle with this:

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em 0em 4.0em .9em;
    border: 0px solid #024B8A;
    border-bottom: 3px solid #024B8A;
    margin-top: -3.4em;
    }

    You could also simulate a floating right column using padding and borders properly.

  2. #2
    Join Date
    Feb 2010
    Posts
    328
    Plugin Contributions
    0

    Default Re: Need continuity among all pages.

    Quote Originally Posted by stevesh View Post
    Just so I understand, you want the right column to be outside the rest of the content ? Best way to do something like that, I think, is with absolute positioning in the stylesheet.. You have to be careful with how it displays on different screen resolutions, though.

    If you don't want it way out there, you'll need to fiddle with this:

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em 0em 4.0em .9em;
    border: 0px solid #024B8A;
    border-bottom: 3px solid #024B8A;
    margin-top: -3.4em;
    }

    You could also simulate a floating right column using padding and borders properly.
    Okay, here is a potential issue. I separated
    ".centerBoxWrapper" from its group.

    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;
    }

    .centerBoxWrapper {
    border: 0px solid #9a9a9a;
    height: 1%;
    margin: 1.1em 0em;
    width: 900px
    }


    Is this why the adjustments don't carry over to the other pages ?
    Oh, and yes Stevesh, I want the boxes to be outside the rest of the content.
    I await your thoughtful response.
    Thank you

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

    Default Re: Need continuity among all pages.

    .centerBoxWrapper isn't used on those other pages. Try adding your width to .centerColumn here:

    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.0em;
    margin-top: -1.5em;
    }

    Separate it if you're going to use the banners.

  4. #4
    Join Date
    Feb 2010
    Posts
    328
    Plugin Contributions
    0

    Default Re: Need continuity among all pages.

    Quote Originally Posted by stevesh View Post
    .centerBoxWrapper isn't used on those other pages. Try adding your width to .centerColumn here:

    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.0em;
    margin-top: -1.5em;
    }

    Separate it if you're going to use the banners.
    WOWWWWWWWW! Check it out Stevesh...you nailed it again. Many thanks.

    If an when I sell anything form my site, you will be rewarded for your expertise and willingness to help. smh

    Again, thank you,
    Bob
    I await your thoughtful response.
    Thank you

  5. #5
    Join Date
    Feb 2010
    Posts
    328
    Plugin Contributions
    0

    Default Re: Need continuity among all pages.

    Sadly tho, my website looks horrible in IE

    It wouldn't bother me if it wasn't for the fact that IE is far and away, the most popular browser.
    I await your thoughtful response.
    Thank you

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

    Default Re: Need continuity among all pages.

    Don't have your site completely secured - just let Zencart decide what pages need SSL. There's a tutorial about it. I think that might fix the images problem.

 

 

Similar Threads

  1. Need help. Header loading on all pages.
    By mickgibbons in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Jun 2010, 09:43 AM
  2. need to add a div on all pages, best way?
    By Chandy in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Dec 2009, 12:54 AM
  3. A few CSS problems among others I'm having!
    By duopoly in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Mar 2007, 09:18 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