Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JS Noob here.Simple mouseover question.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39687
    atotalpirate
    Participant
    var videosList = {
    defaultVideo: "examplevideo",
    videos: {
    "examplevideolistname": {
    "examplevideoname": "examplevideonumber",
    "examplevideoname": "examplevideonumber",
    "examplevideoname": "examplevideonumber",
    "examplevideoname": "examplevideonumber",
    "examplevideoname": "examplevideonumber",
    "examplevideoname": "examplevideonumber",
    }
    }
    };

    This is the code that organizes and displays a sidebar for my videos by name and links them to the corresponding number. What I would like to know is if or how I can simply add a mouseover effect to each video with it’s own styleable text box? Let me know if I need to provide more info for help here.

    Thanks in advance!

    #109374
    TheDoc
    Member

    I think some more info is needed. For example, why do you need to use JS for the mouseover? Is simply using :hover in CSS not going to work?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.