Re: [css-d] Two Columns layout

2007-10-11 Thread Ibrahim Y
almost done. finalizing is required to optimize the code. have a look at http://www.frontrow.jo/fr/ Thanks Again Ibrahim On 10/10/07, Ibrahim Y <[EMAIL PROTECTED]> wrote: > > Gunlaug, Ben, and Tim thanks. > > sorry for delay in reply because I was busy with some work, I will try the > CSS table j

Re: [css-d] Two Columns layout

2007-10-10 Thread Ibrahim Y
Gunlaug, Ben, and Tim thanks. sorry for delay in reply because I was busy with some work, I will try the CSS table just to learn it, and I will keep you updated. Thanks again. Ibrahim __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] Two Columns layout

2007-10-08 Thread Tim Kadlec
image for container and position it accordingly. There is a nice article at: http://www.alistapart.com/articles/fauxcolumns/ Take care, Tim Kadlec > Message: 21 > Date: Mon, 8 Oct 2007 14:18:51 +0200 > From: "Ibrahim Y" <[EMAIL PROTECTED]> > Subject: [css-d] Tw

Re: [css-d] Two Columns layout

2007-10-08 Thread Ben Clarke
Ibrahim, Background images hold the key to one possible solution: http://www.alistapart.com/articles/fauxcolumns/ Ben On 10/8/07, Ibrahim Y <[EMAIL PROTECTED]> wrote: > > Hello everybody, > > I have a CSS site, #leftDiv and #rightDiv > #leftDiv contains the menu and a flash banner, the #rightDi

Re: [css-d] Two Columns layout

2007-10-08 Thread Gunlaug Sørtun
Ibrahim Y wrote: > I want to color the #leftDiv to be at the same height with the > #rightDiv , I colored it using "bgcolor" but it apply it to the end > of the content and I can't apply a fixed height for #leftDiv because > the #rightDiv data's changed according to each page. Four alternative so

[css-d] Two Columns layout

2007-10-08 Thread Ibrahim Y
Hello everybody, I have a CSS site, #leftDiv and #rightDiv #leftDiv contains the menu and a flash banner, the #rightDiv contains the data. I want to color the #leftDiv to be at the same height with the #rightDiv , I colored it using "bgcolor" but it apply it to the end of the content and I can't a