Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Can I ask questions here about javascript on my website?

  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can I ask questions here about javascript on my website?

    Hi there,

    I've cut-and-pasted a javascript slide show into my website. I can't seem to find info about the small beige rectangle that appears under the mouse when I hover over the images that link to the slide show pictures - Although I see it everywhere, usually with text in it. I wonder if someone could direct me to some info on what this is. Thanks!

    The web page I'm referring to is here Blacklock Longboards Decks


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Can I ask questions here about javascript on my website?

    Hello bateman,

    Welcome to the forums.

    Im afraid Java and Javascript are totally different languages. I suggest you Google a JavaScript forum. You will get your question answered there..
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Can I ask questions here about javascript on my website?

    Probably best to ask on a dedicated javascript forum. Looking briefly I'd guess its the title attributes that are being shown. Remove those attributes, and change the javascript to remove the title changer (the if/else over the whichpic.title).

Similar Threads

  1. Javascript/JQuery question
    By Charlie in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 5th, 2010, 09:39 AM
  2. Javascript Bubble Sort
    By Fidelacchius in forum What's Wrong With My Code?
    Replies: 17
    Last Post: May 24th, 2010, 04:43 PM
  3. calendar javascript required
    By sagar13 in forum Paid Java Projects
    Replies: 0
    Last Post: February 5th, 2010, 12:57 AM
  4. How can i put session in Javascript?
    By rajani in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: July 8th, 2009, 12:46 PM
  5. Replies: 3
    Last Post: May 18th, 2009, 03:45 AM