Hi there,

Here is a very simple snippet:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<title>test</title>

<style type="text/css" media="screen">

      #container {zoom:1; border:1px solid red;}

</style>

</head>
<body>
<div id="container">blah</div>
</body>
</html>

the problem appears only in IE7, move your cursor to the #container filed
(the red rectangle, not the text, the text there are just placeholder), it
turns in to a text shape. Remove the hasLayout trigger(zoom:1 here) makes it
return to normal arrow shape.
this does not effect my IE6 and IE5.

any fix to this?
yes a single cursor:default; would be a cure, but it also changes the text
cursor on normal text.

Thanks~

-- 
TM: 7387905
Blog: http://old9.blogsome.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to