I am creating an extension for Internet Explorer where I click CSS style span tags on web pages. If a specific part of this component is clicked, a popup window is displayed.
This popup menu is actually a "DIV" element that I entered at the very end of the content page: s "BODY" -tag. I have a table with CSS styles inside this div, and depending on where I am, the appearance of this pop-up is according to the specification (in terms of width, etc.) or not.
I don’t have that much knowledge when it comes to CSS, etc., but can it be, because the parent page already has CSS for the “BODY”, “DIV” or “TABLE” elements that I inherited elements?
If so, is there any way to stop this?
source
share