youtube type ratings

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shumit

    youtube type ratings

    Hi

    newbie here.

    Could someone tell me or point me in the direction of how to write
    the youtube type ratings stars where the images change colour as you
    go over them up to the star you are on and also there is a description
    shown for each star.

    I can do the rollovers for 1 star at a time but not for all of them
    thanks,Shumit
  • Harlan Messinger

    #2
    Re: youtube type ratings

    Shumit wrote:
    Hi
    >
    newbie here.
    >
    Could someone tell me or point me in the direction of how to write
    the youtube type ratings stars where the images change colour as you
    go over them up to the star you are on and also there is a description
    shown for each star.
    >
    I can do the rollovers for 1 star at a time but not for all of them
    thanks,Shumit
    The first place I'd look is YouTube's source code. It's all right there
    in your browser.

    Comment

    • Erwin Moller

      #3
      Re: youtube type ratings

      Shumit schreef:
      Hi
      >
      newbie here.
      >
      Could someone tell me or point me in the direction of how to write
      the youtube type ratings stars where the images change colour as you
      go over them up to the star you are on and also there is a description
      shown for each star.
      >
      I can do the rollovers for 1 star at a time but not for all of them
      thanks,Shumit
      Hi,

      Learn JavaScript.
      It is really very easy what you need.

      Regards,
      Erwin Moller

      Comment

      • Scott Bryce

        #4
        Re: youtube type ratings

        Erwin Moller wrote:
        Shumit schreef:
        >Hi
        >>
        >newbie here.
        >>
        >Could someone tell me or point me in the direction of how to write
        > the youtube type ratings stars where the images change colour as
        >you go over them up to the star you are on and also there is a
        >description shown for each star.
        >>
        >I can do the rollovers for 1 star at a time but not for all of them
        > thanks,Shumit
        >
        Hi,
        >
        Learn JavaScript. It is really very easy what you need.
        Highlighting the stars as you mouse over them would be fairly easy with
        JavaScript. For the ratings to mean anything, there would need to be
        some sort of server side code that would compile the results of previous
        ratings, then include the rating on the page when it is delivered to the
        browser.

        Comment

        Working...