My HTML code is as follows:
<div title="remove css"style="position:relative;">Remove my style</div>
After the page loads, I need to completely remove the position
style attribute. Due to limitations, I cannot override the CSS. Is there a way to achieve this and remove the position
style entirely?