As a general rule of thumb, I've found that using % instead of exact pixel widths is generally better, as it will work in different resolutions, and the browser can interpret the % however it wants it, instead of being forced.
http://www.devarticles.com/c/a/Web-S...Compatibility/
/\ check that link