Let's say for example I use this custom CSS for my web browser:
#links-opcenter { display: none !important; }
Without JavaScript enabled, the div is hidden permanently. However, when I enable JavaScript, the div infinitely respawns itself. This can cause an infinite loop in some browsers, and can thus cause them to hang and possibly crash.
To fix this, you can simply remove any code that tries to respawn the div. Not only are you pissing off the people who want to hide the @&)@#%ing div (who also go out of their way to do so), you're crashing web browsers.
In other words: BUG: TRYING TO FORCE ADVERTISEMENTS IN ANY FORM.
Logged In: YES
user_id=1088943
Originator: YES
Er, I think I may have fixed this. Might have been a problem with my actual CSS or a bug in KHTML.