Are there any wildy used browsers that doesn’t support width 1000px plus right scroll?
NOTE: With “support” I mean “if it will support 1000px width without creating a horizontal scroll in the bottom” (sorry for not explaining this in the beginning)
What about IE7 for example?
I don’t want to get the bottom scroll…
I know it might look bad on some 1024 screens if there is no space on the side.
I am adding an example so you better will understand:
The reason for asking is beceause I don’t want to get a horizontal scroll on my website in widly used browsers. I don’t have any old IE version installed, so I cant test it myself.
Note that the 3000px height div will cause a vertical scroll to the right… So the “browser window width” have to be at least 1000px in width for it to work (1024 minus right scroll (minus left border))
<!DOCTYPE html>
<html>
<head>
<title>Untitled Document</title>
</head>
<body style="margin:0">
<div style="width:1000px;height:3000px">Will this div creat a horizontal scroll bar in any widly used browser, with window size of 1024 x 768px <? What about Internet Explorer 7 and Internet Explorer 8?</div>
</body>
</html>
I think 960 pixels is the widely accepted standard for website layouts, but 980 is also common. 1000 may be a few pixels too many.