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: In fact i have not tested it Windows Explorer, so if you spot a 'prickly', t

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 brow

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: Note: "Float" in your setup worked against the nature order of how computers read code, top down - left to r

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 resiz

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: Note: "Float" in your setup worked against the nature order of how computers read code, top down - left to right. *{ padding:0; m

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: 145px;

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

[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. R