Wahyu Kurniawan Blog


Some of your need maybe at here





See also: Other Geeks@INDC

Removing Browser Scrollbar

Maybe some people is looking for this kind of trick.
Just add this style (overflow-y:hidden;) on tag <BODY> .

So it's look like this:
<BODY style='overflow-y:hidden;'>

    //Your HTML Code  

</BODY>


Have a nice code!!!. 

Share this post: | | | |

Comments

No Comments