Ritu Singh
Problem:
I am pretty new to javascript so for lack of a better word I'm using the term "glitchy" to describe what is going on with the event. So when I hover the text "Show message", a text box is supposed to appear saying "Welcome to IT 202". While it is working, it seems very finnicky. When I hover over the text the banner flickers in and out, and it is also kinda picky as to where I am exactly hovering. So I just want to make it so when I hover the message displays and doesn't flicker, and when I mouse out it disappears.
I tried changing the padding and margins to see if maybe that was causing it but it didn't change anything.
Solution:
The position of the <p1 id="text">Show Welcome</p1> element is affected by the position of the banner element. When the banner disappears, it causes a change in the position of the text, similar to a mouse-out effect. I don't know if that is what you want exactly but you can alter the visibility instead of the display, so that the position of text won't change:
I assume any solution that not allows the text to move as a consequence would work (placing the banner under the text, making the text position obsolete, etc.)
Suggested blogs:
>Solved: TaskList View in Django
>Implement nested serializers in the Django rest framework
>Define blade component property in server - Laravel
>Can not run phpstan under docker with memory lack error
>Attempt to read property "data_audit" on array laravel view loop foreach
>How to use start and limit on DataTables in Laravel for mobile API?
>Login to Laravel API- Laravel
>Make Xdebug stop at breakpoints in PhpStorm using Docker