widthdemo

by isuru_nan

HTML

<div id="container">

</div><!-- end of container -->

CSS

#container {
	position:relative;
	height:100%;
	width:10000px;
	background-color:#FC9;
}