CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    javascript click function not working on IE

    Hello everyone,

    I am implementing a star-click function, I borrowed most part of code and similar to this online sample,

    http://nofunc.org/AJAX_Star_Rating/

    Here is my code (download link below), and the problem is the last star not working (when I use mouse to click on the last star, no effect), any ideas what is the problem?

    Source code download link, http://www.mediafire.com/file/5knvc6w7f3va8ef/Src.zip

    Here is more detailed description about my problem with screen snapshots,

    http://www.mediafire.com/?728md8bex2bozqz

    http://www.mediafire.com/?8a1p65fsk8j653k

    Here is the star image (stars.gif) which my code refers

    http://i56.tinypic.com/1zbquyf.gif

    thanks in advance,
    George
    Last edited by George2; November 22nd, 2010 at 02:17 AM.

  2. #2
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Re: javascript click function not working on IE

    Does anyone have any good ideas?

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: javascript click function not working on IE

    Scripting forums are much slower than others. Sometimes it takes days for people to login to check the new threads.

    I came across this script quite a while ago. They never fixed the margin/padding error for IE. The actual image is not lining up.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured