Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: MouseOver Script

  1. #1
    Join Date
    Dec 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default MouseOver Script

    Hello

    I like those Mouseover Menu's/Navigations so I decided to take one on my site. But now I have a bit of a problem because the HTML script is like this: submenu[0]='<font size="2" face="Verdana"><b><a href="http://www.javascriptkit.com/cutpastejava.shtml">Scripts</a> | <a href="http://www.javascriptkit.com/javaindex.shtml">JS tutorials</a> | <a href="http://www.javascriptkit.com/javatutors/index.shtml">Advanced JS tutorials</a> | <a href="http://www.javascriptkit.com/java/">Applets</a> | <a href="http://www.javascriptkit.com/howto/">Web Tutorials</a></b></font>'. That meens that the title is JavaScript Kit. But I'd like to have a button(self made picture) instead of the text JavaScript. Can anyone help me, because I have no Idea how to do it. If you want to see it Click Here

    I Hope anyone can help me
    Thank you
    Sanne

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Actually, here (highlighted red) is where it means that the title (header) will be 'JavaScript Kit':

    Code:
    <a href="http://www.javascriptkit.com" onMouseover="showit(0)">JavaScript Kit</a> | <a href="http://freewarejava.com" onMouseover="showit(1)">Freewarejava</a><br>
    To use an image instead, replace it with an image tag for your "self made picture":

    Code:
    <a href="http://www.javascriptkit.com" onMouseover="showit(0)"><img src="my_header_01.gif" border="0"></a> | <a href="http://freewarejava.com" onMouseover="showit(1)">Freewarejava</a><br>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much, I'm just a beginner so I had no idea what to do....But thank you....

    Sanne

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I don't know why, but I just utterly cracked up over the "self made picture."
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Dec 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ?????

    Well, I made it, bur well because I'm a unknowing and very young beginner.. Where do I have to place it all?????...I really haven't got a clue!

    Sanne

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Don't take Twey's comment personally. I found the phrase:

    self made picture

    amusing too. I think it is because it resembles this phrase:

    self made man

    and when thought of that way, conjures an image of an image creating itself. Somewhat like the sound of one hand clapping.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The sound of one hand clapping is not, contrary to popular belief, "cl." It is, quite obviously if you think about it, "ap."
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Dec 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I didn't know how to say it, I'm just an 13 year old Dutch GIrl

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Lol, don't worry about it; it's fine
    Even I still don't know exactly what I found so funny about that particular phrase
    Your English is actually quite a lot better than some English (and American) people I've seen here
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Dec 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well Thank you, Bytheway I have to get used to the fact that I'm 14 yeah, but where do I have to place the menu???

    Can you help me??

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
  •