XML Ticker
This is an XML based JavaScript Ticker that can tick any number of messages. The ticker works with IE only. The ticker reads it's contents, i.e the ticker style, text to be displayed, the link for that particular message from a XML file. (Here ticker_items.xml). The structure of the XML document is as follows »
|
TICKER
tickerstyle
| » pause = "true" / "false" :: "true" for pause onMouseOver |
| » timeout = any integer :: The delay in seconds between different messages. |
| » border = any integer :: Border width of Ticker |
| » bordercolor = #HexColor :: The border color of Ticker |
| » background = #HexColor :: Background color of Ticker |
| » width = any integer :: Ticker width |
| » height = any integer :: Ticker height |
tickerlinkstyle
| mouseout |
| » font = "verdana,arial,helvetica....." :: Ticker link font |
| » color = #HexColor :: Ticker link color |
| » decoration = "none" / "underline" / "underline + overline" :: Ticker link style |
| » weight = "normal" / "bold" :: Ticker link weight |
| » size = 'any integer'pt :: Ticker link size |
| mouseover |
| » font = "verdana,arial,helvetica....." :: Ticker link font |
| » color = #HexColor :: Ticker link color |
| » decoration = "none" / "underline" / "underline + overline" :: Ticker link style |
| » weight = "normal" / "bold" :: Ticker link weight |
| » size = 'any integer'pt :: Ticker link size |
tickeritem
| » URL = A valid URL :: Ticker link URL |
| » target = "_blank" / "_top" / "_self" / 'any other valid target name' :: Ticker link target |
|
|