I'm developing a website with HTML and CSS only. I want the static size to be this:
#tudo{
width: 1024px;
margin: 0 auto;
text-align: left; /* "remédio" para o hack do IE */
}
The problem is when the screen is smaller the site misconfigures instead of staying the same at 1024px. What to do?
When you are on a screen less than 1024px, it looks like this: