Hello there,

I'm currently making a website with css, tho I got a problem. when i'm creating a table in html and size it in css, it won't show properly in my browser. Well when I size my browser to full size it does show correctly but when I resize my browser to small the table is out of alignment. I set the table in html to center.
Here is the css code here :
#theader {border:1px white solid; width:942px; height:100px; vertical-align:top; margin-top:20px; margin-left:19px; margin-right:15px; }

I've tried alot of things but none of em seems to be working. It's pretty annoying.

Also when I open my site fullsize in firefox the right border is slightly out of place where as in IE the border is set correctly.