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

Checkbox 固定位置div中的复选框不可单击(ie8/兼容模式),checkbox,ie8-compatibility-mode,css-position,Checkbox,Ie8 Compatibility Mode,Css Position,有件事让我一时发疯: 浏览器:IE8/兼容模式 Doctype: <!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

有件事让我一时发疯:

浏览器:IE8/兼容模式

Doctype:

<!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>