Results 1 to 3 of 3

Thread: Mouseover effect

  1. #1
    Join Date
    Feb 2009
    Location
    Middlesbrough, UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Mouseover effect

    Hi All first post,
    I have come across a mouseover effect on www.bbc.co.uk/tees
    Mouseover one of the feature images and a text box scrolls up over the image. Looking at the source code, this seems to be happening via some jscript & an swf file. Does anyone have knowledge/code to do that?

    Steve.
    www.ezcad.co.uk

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    That scroll effect is created in Flash. The JavaScript should be for other assets on the page.

    You can replicate this in JavaScript though. That's what I'd recommend. Using Flash in this kind of situation can become cumbersome and inaccessible for some.

    But the choice is yours. You can do it in Flash and/or JavaScript. It's equally as simple with either. Which do you want to use?

  3. #3
    Join Date
    Feb 2009
    Location
    Middlesbrough, UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the reply.
    I would like to achieve this effect using JS. Im not an experienced coder, thus not familiar with Flash or coding in JS although I do understand how to use JS in HTML.
    Any help would be greatly appreciated.

    Steve.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •