Bug 107059

Summary: konqueror renders iframe elements above all other dom elements even if I use z-index value
Product: [Applications] konqueror Reporter: Todor Gyumyushev <yodor>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Todor Gyumyushev 2005-06-08 19:32:42 UTC
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.
Comment 1 Maksim Orlovich 2005-06-08 20:23:36 UTC

*** This bug has been marked as a duplicate of 31121 ***