Forum Moderators: open

Message Too Old, No Replies

Select Text in IE/6 within Absolutely positioned div

Is there workaround for this?

         

skube

5:21 pm on Nov 19, 2003 (gmt 0)

10+ Year Member



Look at the following code in IE6/Win and try to select one letter of the "Absolute" paragraph. You probably won't be able to do it.

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>

skube

6:29 pm on Nov 19, 2003 (gmt 0)

10+ Year Member



Oops, posted this in the wrong forum...please use this post instead.

[webmasterworld.com...]