The legal tricks-Learn Your Self

Latest gadgets,softwares,hardware,reviews,programming and campuses, game cheats ext......

Show firefox scrollbar, remove textarea scrollbar in IE

Quote:
html{
overflow:-moz-scrollbars-vertical;
}

textarea{
overflow:auto;
}


Report this post

0 comments: