Re: [WSG] CSS Liquid Design Header

2006-02-23 Thread Charles Eaton
i not source! i think that refers to a page with 'fixed' sidebars (left right) and 'flexible' center. Anyway, i updated the sample as a whole flexible page that you can look at: http://www.eatons.net/css/index.html In fact i have not tested it Windows Explorer, so if you spot a 'prickly',

[WSG] CSS Liquid Design Header

2006-02-22 Thread Geoff Deering
Hi, Can any one point me to a good example of how to do a css header with a background image 100% wide, while having two distinct images on the far left and right and they behave in a liquid manner as the browser window is resized, so that both images maintain being far left and far right.

Re: [WSG] CSS Liquid Design Header

2006-02-22 Thread russ - maxdesign
Do you mean like this? http://www.maxdesign.com.au/presentation/liquid-background/ Russ Hi, Can any one point me to a good example of how to do a css header with a background image 100% wide, while having two distinct images on the far left and right and they behave in a liquid manner as

Re: [WSG] CSS Liquid Design Header

2006-02-22 Thread Geoff Deering
russ - maxdesign wrote: Do you mean like this? http://www.maxdesign.com.au/presentation/liquid-background/ Russ I wish it was that simple. I need something like #headerbanner { color: ; background: #1C3959 url(/images/banner.jpg) repeat-x top; display: block; height:

Re: [WSG] CSS Liquid Design Header

2006-02-22 Thread Charles Eaton
On Feb 22, 2006, at 4:50 AM, Geoff Deering wrote: I wish it was that simple. I need something like How's this: http://www.eatons.net/test2/test3/index.html Note: Float in your setup worked against the nature order of how computers read code, top down - left to right. *{ padding:0;

Re: [WSG] CSS Liquid Design Header

2006-02-22 Thread Tom Livingston
On 2/22/06 5:04 AM, Geoff Deering [EMAIL PROTECTED] wrote: Can any one point me to a good example of how to do a css header with a background image 100% wide, while having two distinct images on the far left and right and they behave in a liquid manner as the browser window is resized, so

Re: [WSG] CSS Liquid Design Header

2006-02-22 Thread Geoff Deering
Charles Eaton wrote: On Feb 22, 2006, at 4:50 AM, Geoff Deering wrote: I wish it was that simple. I need something like How's this: http://www.eatons.net/test2/test3/index.html Note: Float in your setup worked against the nature order of how computers read code, top down - left to

Re: [WSG] CSS Liquid Design Header

2006-02-22 Thread Geoff Deering
Tom Livingston wrote: On 2/22/06 5:04 AM, Geoff Deering [EMAIL PROTECTED] wrote: Can any one point me to a good example of how to do a css header with a background image 100% wide, while having two distinct images on the far left and right and they behave in a liquid manner as the browser