Forum Moderators: open
Any suggestions/workarounds?
TIA
-- cut here
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test</title>
</head>
<body>
<div style='position:relative;'>
<p>Relative 1</p>
<p>Relative 2</p>
</div>
<div style='position:absolute;'>
<p>Absolute 1</p>
<p>Absolute 2</p>
</div>
</body>
</html>
[webmasterworld.com...]