[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kfm-devel
Subject:    Bug#23377: z-index and relative positioning
From:       roske () kde ! org ! yu
Date:       2001-03-30 23:53:34
[Download RAW message or body]

Package: khtml
Version: KDE 2.1.9 CVS/CVSup/Snapshot
Severity: normal
Installed from:    Compiled sources
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

When you position layers relatiive Konqueror is ignorin z-index. The layer wich is \
positioned absolute overlaps other relative positioned layers with higher z-index. \
http://www.transparentnost.org/action/

This works with all other browsers.

Here is complete css:

#linkbar {
	position:absolute;
	left:382px;
	top:0px;
	width:203px;
	height: 338px;
	z-index:1;
}
#text  {
	position:relative;
	left: 97px;
	top:56px;
	width:331px;
/*	height:280px; */
	z-index:2;
	background-color: #FFFFFF;
        layer-background-color: #FFFFFF;
}
#numbers {
	position:relative;
	left:52px;
/*	top:4px; */
	width:533px;
	height: 56px;
	z-index:3;
}

#ilu {
	position:absolute;
	left:50px;
	top:3px;
	width:104px;
	height: 112px;
	z-index: 4;
}

(Submitted via bugs.kde.org)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic