>> Basically, I want to have a fixed width DIV on the left, then a fluid DIV to
>> the right, so that as the window is reduced, only the right DIV gets
>> smaller.
#left {width:150px}
#right {width:auto;float:left}
Not sure about browser support, as it's way past my bed time.
Regards
Mark Howells
<http://www.mark.ac/evl/>