Website embedded scroller for RSS news

Features

Custom Font

You can set custom font for headlines (normal + hover state) and titlebar. Supported font features are:

  • family (ex: Arial)
  • type (ex: Bold)
  • size (ex:15)

Applet Parameters for fonts are:

  • font: font family, type and size for the headlines
  • titleFont: font for title
  • hoverFont: font for headlines when mouse moves over headlines

Sample code:

<param name="font" value="SansSerif,BOLD,11">
<param name="titleFont" value="SansSerif,BOLD,11">
<param name="hoverFont" value="Arial,BOLD,12">
...
Java is a trademark of Sun Microsystems Inc.