You need to do some reading.
So what if websites don't look consistent on multiple browsers? The goal is to make them accessible to all browsers, but you're kidding yourself if you think you're ever going to get an IE6 visitor to have the same on-site experience as the IE8, or Chrome visitor, or even someone visiting on a Blackberry.
What SHOULD happen however is that the experience degrades gracefully depending on the [lack of] capabilities of the browser in question.
You should NEVER alienate visitors just because their browser doesn't support a specific feature. Your content should be accessible across devices or platforms.
Using a table for navigation for instance, will not make much sense in a screen reader (if a blind person uses the site). The TABLE markup does not make semantic sense. A list of navigation options does because that is what it is -a list of navigational options.
In fact, I'd like to see you display a big table on a Blackberry. It'll no doubt fall over - whereas a list of items will display as... a simple list.
Do some reading on progressive enhancement, then some on graceful degradation, then some more on why tables for layout are a very bad idea if you're at all serious about your web presence.
Here's a sample URL to get you started:
http://kmp.co.uk/2009/07/do-websites-need-to-look-the-same-in-every-browser/
Honestly, there is so much information about this (and has been for many, many years) that if you're still advocating using tables for your layouts for anything other than tabular data (which is why the table tag was developed, it was just abused for creating layouts in the bad old days of IE2 and Netscape - people kept on doing so) then frankly your head is buried in the sand.
There are better, easier, PROVEN methods - the thing that you're either incapable of, or unwilling to use them is something you should probably look at before you start giving web development advice.
I will no longer reply to this thread. Quite frankly this discussion has been had on many other forums across the internet, more times than I'd like to count so if you still disagree then that's your choice but... you're going against the tide.