with tables I can easily have a row with 2 columns, column 1 is variable width and column 2 fixed width in pixels and column 1 resizes to fill the available space. I’m transitioning to css and wondering how to do this with css..and make sure that both divs/columns stay on the same line and don’t wrap.
Share
This has a right column of 300 pixels and a variable left column. The DOCTYPE is just there to make IE misbehave less. Also use of a reset CSS is recommended.