Bug 135807

Summary: float overflow dl elements
Product: [Applications] konqueror Reporter: Holger Hees <holger.hees>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mathpup
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Holger Hees 2006-10-17 13:52:36 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
OS:                Linux

the following sample does not work in khtml from kde 3.5.5.

with khtml from kde 3.5.4 and all other browsers it works fine. the problem is near the 'overflow: auto' and 'float:right' attribute. when i change 'overflow: auto' to 'overflow: hidden' it works.


<html>
<head>
<style type="text/css">
dl{
	width: 100%;
	overflow: auto;
	background: url(http://www.axxus.de/static/templates/1/images/dot.gif) repeat-x;
	background-position:bottom;
}
dt {float: left;}
dd {float: right;}
</style>
</head>
<body>
<dl>
 <dt>Left Float</dt>
 <dd>Right Float</dd>
</dl>
</body>
</html>
Comment 1 Maksim Orlovich 2006-10-17 15:44:15 UTC

*** This bug has been marked as a duplicate of 135639 ***
Comment 2 Germain Garand 2007-01-25 11:05:49 UTC
*** Bug 140531 has been marked as a duplicate of this bug. ***