Link to home
Start Free TrialLog in
Avatar of iasrd
iasrdFlag for Türkiye

asked on

Hide scrollbars in Windows Mobile CE. NET v.4.20

Hi

i develop web page for Windows Mobile CE .NET

I write a simple page with only one div, one table which is small enough to fit the screen, it occupies only 1/2 of the page in terms of both height and width. But i see always the scrollbars at right and at bottom.
I want to hide them, is there any way to do that with HTML code? I do not want to change the options of the device because 100 of customers use that. In the desktop browsers there are of course no scrollbars visible, the page is very small, but in the mobile devide they appear automatically.
Avatar of Murtie
Murtie


add this attribute some where, pref Body or table tag

SCROLLING=NO
ASKER CERTIFIED SOLUTION
Avatar of iasrd
iasrd
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

Perhaps if you showed your code for the html page you might get better responses?!