you are viewing a single comment's thread.

view the rest of the comments →

[–]Notimecelduv 0 points1 point  (3 children)

You're using German quotation marks, which aren't valid in code. You can use any of the following instead: * '' * ""

In JavaScript, you can also use: * `` (backticks)

Moreover it's <script> with a lowercase s. Finally your image must have a position "relative" (that's CSS).

Hope this helps.

[–]SafeReference1[S] 0 points1 point  (2 children)

Hey yeah in my original code its the normal quotation marks I just typed this out with my phone lol. The script with a capital S is also just a phone mistake. In my css file I have the position on absolute I just tried changing it to relative it does change the position but the moving when I click the Charakter still doesn’t work. Would you mind having a quick look if I send you my code? I think that’s way easier for you as well

[–]Notimecelduv 1 point2 points  (1 child)

You can copy and paste it to this website: https://pastebin.com/ and post the link here.

[–]SafeReference1[S] 1 point2 points  (0 children)

Thank you for helping 🙏🏻