开发者

Horizontal Scroll Bar in Pocket Internet Explorer

For my project I need to show a horizontal scroll bar in the Pocket Internet Explorer (PIE). The best discussion I could find on the web is at http://www.pocketpcjunkies.com/Uwe/Forum.aspx/pocket-pc/31244/Horizontal-scroll-only-PIE which does not have a clear solution. Can you please give me some directions on how to do it? I am open to using any HTML (and/or CSS) element inside the web page as long as I ca开发者_如何学运维n show the horizontal scroll bar in the PIE. Thanks.


The CSS overflow property specifies what happens if a content overflows an element's box. You could have container div (or any blocking tags) with a fixed width, and set overflow to scroll or auto, for example:

  <div style="width: 320px; overflow: scroll">
  ...
  </div>

For One Column view, try adding white-space: nowrap.

There was a registry hack to make PIE pretend to be a desktop browser, see How to make PIE to pretend to be a desktop browser.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜