This is a discussion on "css layout help needed" within the Web Page Design section. This forum, and the thread "css layout help needed are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
css layout help needed
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
css layout help needed
Hi,
I'm trying to remake my old site in pure CSS, but i'm new in css layouts , (actually this is my first try to do pretty complex page this way, so any help and critics accepted Despite the thing work somehow already i don't know how to add a column there. I need a column at right (gray space near the main text) to put there adds and (or) links etc. (or additional contextual menus on some pages.) I tried various positions from putting DIV after main text DIv, including DIV in main text Div, maybe more. All i can get is that DIV BELOW text or left or whatever... Any help will be appreciated ( hope you understand what i want, 'cause i'm not always good in expressing myself in English http://www.allbonjovi.com/index444.html - this is a try http://www.allbonjovi.com - original (this one is not OK i know) (http://www.allbonjovi.com/mov-crywolf.htm http://www.allbonjovi.com/cgi-bin/wo...-articles.html - some more examples of what i want to see) |
|
|
|
|||
|
Re: css layout help needed
Download and work through the Templates tutorial available from the sticky thread at the top of this forum.
That should get you on the right track. |
|
|||
|
Re: css layout help needed
Are you just trying to get 2 columns next to each other?
If you are then create 2 divs, the first one with an id of left the second one with an id of right. In the HTML code put the Div with an id of right above the one with left. In CSS just add #right { float:right; } Not sure if thats what you wanted but hope it helps. |
|
|||
|
Re: css layout help needed
or do what geoff said lol
|
|
|||
|
Re: css layout help needed
thanx for reply
i already have 2 colums - first one with menu and second with text. i need to add third then. and when i do it - all that works becomes crazy... i want this additional column somewhere inside RED square http://www.allbonjovi.com/layout.gif |
|
|||
|
Re: css layout help needed
Not sure if this would work, but could you do the left and right, but then inside the right column add 2 divs called middle and farright or something, make the far right one float right?
Making sure to put the farright column before the middle one |
|
|||
|
Re: css layout help needed
i'll try.. thank you
|
|
|||
|
Re: css layout help needed
if it works some reputation points would be nice lol
|
|
|||
|
Re: css layout help needed
I think the issue is trying to get 3 columns
|
|
||||
|
Re: css layout help needed
Yeah I need to whip one of those up, I have one I did a while back.. now to find it. Until then this will help. http://www.alistapart.com/articles/holygrail/
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: css layout help needed
The template tutorial I pointed the thread originator at in response to there initial post has a central section with three columns. It also has a header and footer. Everything you need is there as a basic starting point. From there adjust to your requirements. |
|
|||
|
Re: css layout help needed
it seems I did it
http://www.allbonjovi.com/index666.html float: right helped. but i'll go thru tutorials too , thank u |
![]() |
| Tags |
| css layout |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| layout changes needed | 1andyw | Website Planning | 2 | Sep 18th, 2007 13:57 |
| Help needed to slice a site (Simple layout) | shorn | Starting Out | 1 | Apr 23rd, 2007 12:43 |
| 3 column layout help needed | AdRock | Web Page Design | 12 | Apr 13th, 2007 23:40 |
| Help needed with page layout | Bhavana2001 | Starting Out | 1 | Mar 9th, 2007 14:36 |