I am looking to design a table with specific characteristics:
___ 100% of the window width ___
| auto width | 860px width, border | auto width, border
In essence, I am aiming for a centered cell of 860px surrounded by two other cells. The right cell should have a border set.
I am struggling to find a solution that works well across all browsers, including old versions like IE6. Compatibility is crucial for me. Whether it's using tables or divs, do you have any suggestions?
Thank you in advance!