this will put a div 1200 pixels formt he left which in the majority of cases wopuld be off the screen. To prevent a horizontal scrollbar you would need to use the overflow property for the body tag in your stylesheet like this:
body{overflow-x;none;}
however for IE5 suppport you also need to specify a scrollbar for the y direction or it will inhereit the x property so
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.