• Im Footer wird rechts unten Text “Nach oben Pfeil” dargestellt. Es kommt keine Verlinkung zustande. Was mu? ich tun?
    Danke für die Antwort!
    Manne

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The link is there, but the hover is not acting correctly.

    I hovered over the link but it did not show the underscore properly. It would go on and off (mostly off). When on, the link worked.

    You might try making it a block of some sort (a div or a paragraph or something) to see if that corrects the behaviour. I hope this does help. Otherwise I don’t know what to suggest.

    Forgive me, my german is not good enough to use for a reply.

    Thread Starter herman7753

    (@herman7753)

    Vielen Dank, für die Antwort mit dem Tipp. Ich finde ihr Deutsch sehr gut. Bei mir bleibt der Link immer aus und es kommt kein Unterstrich zustande, wenn der Mauszeiger auf der Schrift ist. Leider habe ich nicht viel Kenntnisse bei der Programmierung einer Homepage.
    Vielen Dank!
    Manne

    Hatte ich Deutsch uben…..

    The element is using ARIA. I don’t know whether this is necessary. Can you take that off the element?

    May I suggest that you try just a simple HTML link? This may make the problem I saw go away.

    The section now reads

    <a class="to-the-top" href="#site-header">
    						<span class="to-the-top-long">
    							Nach oben <span class="arrow" aria-hidden="true">↑</span>						</span><!-- .to-the-top-long -->
    						<span class="to-the-top-short">
    							Hoch <span class="arrow" aria-hidden="true">↑</span>						</span><!-- .to-the-top-short -->
    					</a>

    Try the simpler
    <a class="to-the-top" href="#site-header">Nach oben ↑</a>

    The aria class relies, I believe, on a javascript. Perhaps that is causing the problem. I don’t know, I am just guessing.

    Regards,
    Stilman

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nach oben im Footer’ is closed to new replies.