Bug 107059 - konqueror renders iframe elements above all other dom elements even if I use z-index value
Summary: konqueror renders iframe elements above all other dom elements even if I use ...
Status: RESOLVED DUPLICATE of bug 31121
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 19:32 UTC by Todor Gyumyushev
Modified: 2005-06-08 20:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***