Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #864916

    Hello, There is a place on a homepage of a new site I just build that is changing the cursor to indicate that the area is clickable, (Cursor turns to a finger) when you hover over an area, but there is no link to click in that section.

    This is confusing as it indicates to the user that there is something to click, but that is not the case. I am wondering of one of the divs is throwing a hot area over the page or something. Can you help?

    The page is here – Salesnv.com and happens at the bottom of the home page, in the area with the three icon boxes of the demo grader area of the page.

    #864918

    hm i can see in the code that the cursor has been inherited by:

    input[type="submit"], #submit, .button {
        cursor: pointer;
    }

    look to your alb element or to debug mode if there was used a submit button or something like this.

    Edit : i see the whole section got the id=submit thats it

    you can see it on the link: http://salesnv.com/#submit

    By the way – your demo button on the menu has a wrong link

    #864919

    rename the unique id to f.e. : approval or consent

    #864920

    Thank you. This fixed it. The section ID was tricking the system into thinking the whole section was the form submit button. This issue has been resolved.

    #864921

    Also, thanks for the heads up on the link in the main nav. Fixed that as well.

    #864927

    by the way – nice logo !

    #865149

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.