Removing Scrolling from a body tag in javascript
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hello Friends, I've to remove scrolling from a body tag of web page. I'm using following line of code but that's not working in IE 7 but working in Firefox and Chrome document.body.style.overflow="hidden";
Did you tired with
scrolling="no
" ?Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Did you tired with
scrolling="no
" ?Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.