![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
You really should learn how CSS positioning methods work if you expect to use them effectively. Hacking away at something without understanding it will only lead to frustration and broken layouts. Have a read at: http://brainjar.com/css/positioning/ http://www.htmldog.com/ BTW, if you're looking for 3 columns where the column background colors all stretch the length of the document regardless of which column is longest, an alternative method is demonstrated at http://www.bergamotus.ws/samples/3co...ull-width.html |
#12
| |||
| |||
|
|
On Mon, 07 May 2007 14:48:02 -0500, Bergamot <bergamot (AT) visi (DOT) com wrote: http://www.bergamotus.ws/samples/3co...ull-width.html The last example (your own ?) is what I have been looking for. |
|
couple of questions ... In the columns, would percentages work for the widths ? |
|
How cross-browser friendly is it ? (Seems ok in Firefox) |
#13
| |||
| |||
|
|
On Mon, 07 May 2007 14:48:02 -0500, Bergamot <bergamot (AT) visi (DOT) com wrote: http://www.bergamotus.ws/samples/3co...ull-width.html How cross-browser friendly is it ? (Seems ok in Firefox) |
#14
| |||
| |||
|
|
BobTheBowler wrote: On Mon, 07 May 2007 14:48:02 -0500, Bergamot <bergamot (AT) visi (DOT) com wrote: http://www.bergamotus.ws/samples/3co...ull-width.html How cross-browser friendly is it ? (Seems ok in Firefox) Actually, I put those demo pages together some time ago and couldn't remember how well they had been tested, so did that this morning. IE had some issues which are now corrected. |
#15
| |||
| |||
|
|
On Tue, 08 May 2007 11:14:52 -0500, Bergamot <bergamot (AT) visi (DOT) com wrote: http://www.bergamotus.ws/samples/3co...ull-width.html I did an experiment with your layout ... .wrapper { position: relative; float: left; padding-left: 5%; width: 90%; } |
|
there seems to be a margin/padding on the left edge Is there a way of all the left edges to line up ? |
#16
| |||
| |||
|
|
Adjust margins and/or padding as you see fit. Sorry, I'm not going to spoon feed you answers to all your questions. Experiment with the sample pages to learn how all that stuff works. Go to the Ruthsarian pages for more detailed information. Learn to help yourself. You'll be better for it. |
#17
| |||
| |||
|
|
Did a small experiment .... gave each box (div) a contrasting background-colour (red, green, teal, royalblue, etc.). It also shows that the Content-column does not match the height of the Left and Right areas. |
![]() |
| Thread Tools | |
| Display Modes | |
| |