Last update: Sun, Sep 18, 2011 at 9:53 AM.
Scrolling through news with spacebar
  • Dan MacTough reports:
  • In the CSS file named "style", you have a style for .divOpmlWebpageBody adding "margin-top: 65px;" that allows room for the menubar. However, using "margin-top" only affects the top of the page; every time you page down with the space bar, it scrolls 65px "too far". It would be better to use "padding-top: 65px;" rather than margin-top. That way, it always allocates those 65px at the top of the viewport. Now, when you page down with the space bar, it paginates perfectly.
  • Made the change in webApp.data.styles.