English 中文(简体)
固定不能点击的(e8/compatibility 模式)
原标题:checkbox in div of position fixed not clickable (ie8/compatibility mode)

在这里,我mad着:

Browser:IE8/Compatibility Mode

类型:

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

上述检查箱对点击没有反应。

谁知道可以做些什么?

感谢!

问题回答

暂无回答




相关问题
ASP.NET checkbox changes focus?

I have a checkbox control, and when it s clicked, the focus of the page changes to the top--the window scrolls to the top of the page. Nowhere in the code am I specifying a change in focus, either in ...

ASP.Net MVC - Handle Multiple Checkboxes

Ok, I have a role based permission system in place and would like admin s to be able to edit the permissions for each role. To do this I need to load lots of checkboxes, however I m struggling with ...

checkbox / div toggle

$(".trigger").click(function () { $(this).next(".toggle").slideToggle("fast"); $(this).toggleClass("active"); return false }); HTML: <input type="checkbox" class="trigger"> <div class=...

sticky checkbox

Ii am trying to make a checkbox (to send via email) sticky. To make sure it doesn t make a problem when sent empty I used the following: <input type="checkbox" name="something" value="1"> <...

Tri-state Check box in HTML?

There is no way to have a tri-state check button (yes, no, null) in HTML, right? Are there any simple tricks or work-arounds without having to render the whole thing by oneself?

How to get unselected checkbox?

I have three checkboxes like ch[0], ch[1] and ch[3] (sometimes i have more, or less, it s dinamic) and in PHP i want to get the unselected items also, like this: 0=yes,1=no,3=yes and so on. Can I ...

热门标签