Results 1 to 4 of 4

Thread: HTML Scripting

  1. #1
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default HTML Scripting

    Alright, I'm in grade 9 and my Computer's class is making web pages now. We are doing it with Microsoft Frontpage, which is too easy in my opinion. I have been visiting www.w3schools.com to learn more about HTML, so I can do it by hand, but there are some things I would like to know to impress my teacher, and I would really like your guys help.

    Ok, so the main thing I want to do is be able to make a scroll menu pop up on a mouse over. I know the command for it, but I'm not exactly sure how I would inject it. It could be on the mouse over of a picture or text, doesn't really matter. I'm thinking it would require Javascript possible, but would I have to add a form or something for the Pop up menu when I move the mouse over it.

    I guess that is the only question I have for now, thanks for your help.
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

  2. #2
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <STYLE TYPE="text/css">

    BODY
    {
    scrollbar-base-color: orange;
    scrollbar-arrow-color: green;
    scrollbar-DarkShadow-Color: blue;
    onMouseOver="alert('Hello out there!')" ;
    }
    </STYLE>

    not sure if that works but tell me if its kind of what you need....but insted of a popup something else?

  3. #3
    Join Date
    Apr 2006
    Posts
    710
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Needs JavaScript :]

  4. #4
    Join Date
    Oct 2006
    Location
    I'm a figment of your imagination
    Posts
    422
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Five letters: DHTML. Google it, then use CSS layer visibility attribute to make layers pop up when your mouse is over them.

    It's been a while... but I'm BACK!!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need HTML Goodies please
    By P1nky in forum General
    Replies: 7
    Last Post: 07-26-2008, 10:39 PM
  2. Html or mabey php help
    By ZaSz in forum Web Development
    Replies: 7
    Last Post: 03-03-2008, 08:01 PM
  3. Html Standers
    By hardman in forum General
    Replies: 2
    Last Post: 10-13-2007, 06:12 AM
  4. html
    By hardman in forum Blogs and Writing
    Replies: 3
    Last Post: 09-22-2007, 12:59 AM

Posting Permissions

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