Re: Tables and browsers?
1. You want you table to be fluid in what way? The width of the cells or the position? I'm somewhat confused.
2. Browsers render html and css differently. Yes, it sucks, but it's how things work. You need to do some more tweaking to your css to get it to work in multiple browsers. The more specific you can be the better. For example, you may need to specify margins and padding because some browsers add some if it isn't set to a certain number in the css. Play around with your attributes and hopefully you can come up with something.