Results 1 to 10 of 14

Threaded View

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

    Default Re: Moving the left sideboxes up

    The difficulty is that the navbar is part of the header and the sidebar is part of #contentMainWrapper. You could theoretically give #navColumnTwo or #navColumnTwoWrapper a margin-top: -25px;, but IE doesn't like that - it apparently believes that no element should be able to stick out of its box.
    Code:
    #navColumnTwo {
        position: relative;
        top: -25px;
        }
    works in Firefox...


    With your site down for maintenance, I can't test it directly.
    I noticed that the link in your name/profile includes a zenid - this is a bad thing... you should prune that.
    Last edited by gjh42; 31 Oct 2007 at 05:23 AM.

 

 

Similar Threads

  1. moving search function to the center of the page from the sideboxes
    By crexis in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Jul 2013, 01:36 AM
  2. Align sideboxes to the left
    By monkeytastic in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Apr 2010, 11:00 AM
  3. Replies: 5
    Last Post: 1 Oct 2009, 03:32 PM
  4. im not using any left sideboxes i want the middle box to use all the space
    By Flippin1900 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2008, 07:19 PM
  5. Need help moving all of left hand side sideboxes
    By mtweldon in forum Basic Configuration
    Replies: 8
    Last Post: 30 Apr 2007, 03:19 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