I'm encountering an issue with a pop-up video player that is triggered by an "onClick" event in HTML elements. The problem arises when there are multiple video players on the same page - in Firefox, the first video loads at the bottom of the page, requiring viewers to scroll down to see it.
This issue seems to be specific to Firefox.
I've attempted using absolute, fixed, and other positioning properties to create a static position for the DIV containing the video player, but none of these solutions have worked in Firefox. I've also tried placing the DIV code in different locations within the markup, with no success.