Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc-3.4.4 OS: Linux konqueror renders iframe elements above all other dom elements even if I use z-index value example: <iframe src="somehtml.html" style="z-index:1; position:absolute;"></iframe> <div style="position:absolute; z-index:5>TEST</div> The above iframe element is supposed to be under the div element, and it is so in all the other browsers even in SAFARI.
*** This bug has been marked as a duplicate of 31121 ***