In some cases we would like to disable the scroll bar on the page in that case we can use the following lines in the appropiate section of the .aspx page. the code is as follows
[code]
< body style="overflow: hidden" >
[style type="text/css"]
body {
overflow-x: hidden;
overflow-y: scroll;
}
[/style]
[code]
Note: That all browsers doest not support this method (for instance IE for Mac still shows the scrollbars).
in my next article i will post the code how to handle those browsers...
Thanks and Regards
Meetu Choudhary
Founder http://www.msdotnetmentor.com
Wednesday, March 11, 2009
Subscribe to:
Posts (Atom)
Subscribe via email
MSDotnetMentor
MSDotnetMentor
My Website
http://msdotnetmentor.com