I run a forum that is phpbb and I'm changing the tables layout I made for phpbb into a css one for punbb (I'm changing forums.) But I'm having a problem.
My current phpbb forum. Basicly pay attention to the lower right box with the content and stuff.
Where I am at the css conversion. I can't find a good way to make it be the right width in all resolutions. That's turning out to be a huge problem.
I want to make a CSS version of what I have now. The problem is that I have a div that is percents and in css I can either make it look good in 1152x864 or make it look good in 800x600. There is no middle. In tables you can set a tr to 100% and be on your merry way unlike CSS.