固定位置div中的复选框不可点击(ie8 /兼容模式)

时间:2011-11-22 09:00:42

标签: checkbox ie8-compatibility-mode css-position

这件事让我疯了一会儿:

浏览器: IE8 /兼容模式

文档类型:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

HTML:

<div style="position:fixed;">
    <input type="checkbox" id="what" name="what" />
</div>

上面的复选框对点击没有反应。

任何人都知道可以做些什么?

感谢!!!

0 个答案:

没有答案