Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default extend left column into header

    Hi,

    Anyone know how to extend the left column into the header to the top of the page on the classic template? Then whatever width you designate would take up that much of the header and still run the length of the page...

    Thanks.

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: extend left column into header

    You could try this assuming that your header has a fixed height.

    Code:
    #navColumnOneWrapper{
    margin-top:-200px;
    }
    That assumes that the header has a height of 200px. You'd then want to put a left margin on the div #headerWrapper so that it didn't overlap the left column.

    I believe that there are a few issues with negative top margins in Internet Explorer (6 and 7 off the top off my head) which cause a flickering in some circumstances. I also believe that this isn't one of those circumatances but I may be wrong and you'd need to check it thoroughly.

  3. #3
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: extend left column into header

    Thanks along with a with additional adjustments that should do it.

 

 

Similar Threads

  1. Add To Cart Button pushed into left column
    By mezloh in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jun 2008, 03:49 AM
  2. Add to Cart Button pushing into left column
    By mezloh in forum General Questions
    Replies: 3
    Last Post: 26 Jun 2008, 06:48 PM
  3. how do I put an image into the left column?
    By gaukler in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Mar 2008, 12:14 PM
  4. How to put an image into the left column?
    By gaukler in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 Mar 2008, 08:05 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