cycling news bar
  • Hi everybody,

    i'm developing a bar on the home page that should cycle through the titles of the 10 last aritcles. I was thinking to use an iframe to embed a small page containing just that bar, that will be refreshed using meta-refresh tag. I still need to find a way to pick 1 article on a pool of 10 of them. How can i do that? Do you have alternative idea about how to do that?
  • 1 Comment sorted by
  • Terix Wrote:
    -------------------------------------------------------
    > Hi everybody,
    >
    > i'm developing a bar on the home page that should
    > cycle through the titles of the 10 last aritcles.
    > I was thinking to use an iframe to embed a small
    > page containing just that bar, that will be
    > refreshed using meta-refresh tag. I still need to
    > find a way to pick 1 article on a pool of 10 of
    > them. How can i do that? Do you have alternative
    > idea about how to do that?

    I suggest you to use some kind of javascript solution...
    Maybe:

    http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm

    Robert