Quanta rendering error (margins)

martal <[email protected]>
Newsgroups gmane.comp.kde.devel.quanta.user
Message-ID <[email protected]>
This sample page renders correctly (Main and Sidebar on the same line, no
gap) in every browser I've tried. IE 5, 5.5, 6, 7 (IEs4Linux), Firefox,
Opera, Konqueror. It also renders in Quanta preview.

But not in Quanta VPL mode. Sidebar drops under Main, error is 4 pixels, ie
set Main to 496px = seamless in VPL, gap in Preview.

This must be a known issue, with hopefully a solution. But I haven't found
it.

-------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
	
<head>
<title>Test</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 750px;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 750px
}
#main {
	background: red;
	float: left;
	width: 500px;
}
#sidebar {
	background: green;
	float: right;
	width: 250px;
}
</style>
</head>

<body>
<div id="wrapper">
	<div id="main">
		<p>Main</p>
	</div>
	<div id="sidebar">
		<p>Sidebar</p>
	</div>
</div>
</body>

</html>
 
-- 
View this message in context: http://www.nabble.com/Quanta-rendering-error-%28margins%29-tf4364005.html#a12438729
Sent from the quanta-user list2 mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.