Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    42
    Plugin Contributions
    0

    Default Totaly Weird Custom Sidebox Mod Needed!

    I need to combine the search, catagories & information side box into one side box.

    Reason i am doing this is because my design is to have those three box's on a single parchment paper with a header, footer and right side graphic with those three box's inbetween the header and footer.

    for an example go here.
    http://nag.infordomain.net/darkcandles25aug08/

    and you will see what i am trying to do.

    now that's just a mock up for a site so it's non functional but i need to get zen to do that.

    If this needs to be hard coded and can not be done via the style sheets and such then that's ok. the search and information side box will not ever get changed.

    Thank you in advance

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

    Default Re: Totaly Weird Custom Sidebox Mod Needed!

    You could modify column_left.php to wrap one or more divs around the first three sideboxes (or whatever grouping you want), and apply the parchment styling to those.

    But the easier (and probably just as effective) approach would be to cut the parchment image into top, middle and bottom sections (with extra height for any box that could be variable in size) and apply them to the sidebox ids.
    Code:
    #search {
        background: url(../images/parch_top.gif) no-repeat;
        margin-bottom: 0;
        border: none;
        }
    #categories {
        background: url(../images/parch_middle.gif) repeat-y;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
        }
    #information {
        background: url(../images/parch_bottom.gif) no-repeat;
        margin-top: 0;
        border: none;
        }
    Setting the adjoining margins to 0 will make the boxes appear as one seamless unit. You would also want to set their headings to have no background/borders etc.
    Last edited by gjh42; 9 Sep 2008 at 06:00 AM.

 

 

Similar Threads

  1. Custom MOD in the Works Help Needed
    By ryanb4614 in forum General Questions
    Replies: 1
    Last Post: 8 Feb 2012, 07:16 AM
  2. Totaly Freakin Frustrated
    By black68gtx in forum General Questions
    Replies: 10
    Last Post: 21 Jan 2011, 07:41 PM
  3. Replies: 2
    Last Post: 22 Mar 2010, 11:23 AM
  4. PHPers Needed to Assist With Custom Shipping Mod
    By bumba000 in forum General Questions
    Replies: 0
    Last Post: 3 Apr 2008, 01:31 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