-- On Fri, Mar 22, 2002 at 09:23:48PM -0000, Michael Galvin wrote: > I'm just trying to get CSS to do what I would normally find quite easy with > tables, and having no luck whatsoever. > > 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. I've put the colours in so that you can see the area that the divs cover. HTML excerpt:
Content
Stylesheet except: body { background-color: red; } #left { position: absolute; top: 0; left: 0; width: 180px; background-color: white; color: black; } #right { position: absolute; top: 0; left: 185px; right: 0; background-color: black; color: white; } -- David Dorward http://david.us-lot.org/ egrep /(bb|[^b]{2})/ -- [ Content was deleted, please don't send attachments with your message. ]