[css-d] Tables to CSS design - banner

2005-12-27 Thread Bill Moseley
I'm trying to move a table-based design to css layout, and I have a few questions. I'm not trying to make it a perfect match (I'm not the designer) but I want to get it close, and use it to answer a few questions I have. Here's the table layout that was given to me:

Re: [css-d] Tables to CSS design - banner

2005-12-27 Thread Martin Heiden
Bill, on Tuesday, December 27, 2005 at 16:23 Bill Moseley wrote: 1) The table version has an explicit width and so shrinking the window doesn't effect the design (just requires scrolling). In the css version the DO SOMETHING links starts wrapping. I'm not really sure what the correct

Re: [css-d] Tables to CSS design - banner

2005-12-27 Thread David Laakso
Bill Moseley wrote: I'm trying to move a table-based design to css layout... Here's the table layout that was given to me: http://hank.org/demos/bannertable.html http://hank.org/demos/global.css Here's the css version: http://hank.org/demos/banner.html

Re: [css-d] Tables to CSS design - banner

2005-12-27 Thread Bill Moseley
On Tue, Dec 27, 2005 at 11:38:42AM -0500, David Laakso wrote: In addition to Martin's suggestions, start with a proper doctype (you have none now; consequently, ie is in quirks mode) and validate the markup. That sure is a lot of code for a banner. I knew someone would comment about about