widthdemo
by isuru_nan
HTML
<div id="container">
</div><!-- end of container -->
CSS
#container {
position:relative;
height:100%;
width:10000px;
background-color:#FC9;
}
by isuru_nan
<div id="container">
</div><!-- end of container -->
#container {
position:relative;
height:100%;
width:10000px;
background-color:#FC9;
}