3 column layout to 2 column layout

This is a discussion on "3 column layout to 2 column layout" within the Web Page Design section. This forum, and the thread "3 column layout to 2 column layout are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 29th, 2006, 14:10
Reputable Member
Join Date: Mar 2006
Location: UK
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
3 column layout to 2 column layout

I've used Geoff's three column template to create my main opening page. I now want to create further content pages retaining the 'left navigation' but ditching the 'righthandpanel' to accomodate a wider 'maintextarea'.

If I ditch the 'rhpanel' and expand the 'maintextarea', the position of the 'left navigation' is wrong. There has got to be better solution than creating a whole set of classes for a new 'left navigation' that is positioned correctly in relation the new wider text area.

Any suggestions? I'm not ready for php yet and methinks you CSS wizards can give me a good solution...>> using just CSS and HTML and based on Geoff's template.

Yours hopingfully
Snappy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 29th, 2006, 14:21
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 3 column layout to 2 column layout

Give one of the top level elements in your none home pages an 'id', then in your css file, just add the necessary adjustments and they will only be active on those pages.

Example snippets:
Code: Select all
<html id='noright'>

#noright #rightpanel {
   display: none;
}

#noright #maintextarea {
   width: new width;
}

#noright #navigation {
   margin-left: - width as above plus its left margin;
}

Last edited by ukgeoff; Oct 29th, 2006 at 14:24.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 29th, 2006, 16:29
Reputable Member
Join Date: Mar 2006
Location: UK
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 3 column layout to 2 column layout

Geoff, you are a star!
Thanks for your help, its looking good, I'm sure I'll be back for more help soon!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
page layout

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
3 column div layout, not same length tox0tes Web Page Design 8 Jun 28th, 2007 15:08
3 column layout help needed AdRock Web Page Design 12 Apr 13th, 2007 23:40
Column display, layout differences deesto Web Page Design 2 Sep 3rd, 2006 20:27
2 column layout, footer problem svenjafour Web Page Design 13 Dec 1st, 2005 09:25
perfect three column layout Webforumz Staff Web Page Design 15 Apr 14th, 2004 08:56


All times are GMT. The time now is 23:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42