Results 1 to 10 of 3244

Threaded View

  1. #11
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Stuff4Toys View Post
    I thought I did. I even setup the liberty xstore template from scratch.
    HTML Code:
    * html #contentMainWrapper {
     height: 100%;
    }
    .outer {
     padding-left: 190px; /* Same width as margin-left for the float-wrap div */
     padding-right: 150px; /* Our right column width */
    }
    .inner {
     width: 100%;
    }
    .float-wrap {
     float: left;
     width: 97%;
     margin-left: -190px; /* Same length as .outer padding-left but with negative value */
    }
    #content {
     float: right;
     margin-right: -190px; /* Same length as .outer padding-left but with negative value */
     width: 100%;
     line-height:1.6;
     position: relative; /* IE needs this  */
    }
    .contentWrap {
     padding: 5px 0 5px 5px;
    }
    #navColumnOne {
     float: left;
     position: relative; /* IE needs this  */
    }
    #navColumnTwo {
     float: right;
     margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
     position: relative; /* IE needs this  */
    }
    * html #navColumnTwo {
     margin-right: -190px !important; /* Fixes IE6 Issue */
    }
    /* end wrappers - page or section containers*/
    What did I miss?
    What I was trying to say with my previous post:

    165 + 40 = 205

    your 190px's should be 205px because the original value there was 165px, NOT 150px.

    Edited To Add:
    * html #navColumnTwo {
    margin-right: -190px !important; /* Fixes IE6 Issue */
    }
    and put the above back to -170px.
    Last edited by jettrue; 19 Feb 2009 at 09:50 PM.

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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