I'm working on a completely CSS version of my page (the table version was a NIGHTMARE) and it's a sort of three-column layout. It looks like this:
Each box is its own <div> tag and has its own class, but I want the B section to have its text aligned to the bottom. The B section should also shrink to whatever size "stuff" I put in it, because that's the way the tables version works. Any ideas?Code:+----+---------+ | | | | A | B | +----+---------+ | | | | | C | D | E | | | | | | | | | +----+----+----+




Bookmarks