Sent by Scott Schrantz on 4 September 2002 19:07
> -----Original Message-----
> From: john [EMAIL-REMOVED]]
>
> I am not quite sure how to make left content fluid
> without resorting to tables, which I am trying to wean
> myself from using for layout purposes. Can you help
> with some handholding here?
If you're using floats, it should just be a matter of removing the
{float:left; width:450px;} from #leftcontent. That will make #leftcontent
take up the whole window. You'd also need to put <div id="rightcontent">
inside and at the start of <div id="leftcontent"> in the HTML code.
#rightcontent will float right, and #leftcontent will flow around it as
needed. Basically, like this:
http://glish.com/css/1.asp
You could also do it with absolute positioning and a right margin, like so:
http://glish.com/css/7.asp
--
Scott Schrantz
work: www.rci-nv.com
play: www.computer-vet.com