问题描述
我需要更大,更容易击中,复选框和收音机。如果那不是可能的,并且看起来不是,那么有没有办法将
表格单元格的内部映射到选择。想法?我想我可以使用图像和
用js实现行为。我在这里钓鱼。感谢您提出的任何想法。
I need bigger, easier to hit, checkboxes and radios. If that is not
possible, and it appears not, is there a way to map the inside of a
table cell to ''select''. Ideas? I suppose I could use images and
implement the behavior with js. I''m fishing here. Thank you for any
ideas.
推荐答案
不,你不是。
No, you don''t.
< input type =" checkbox"命名= QUOT; ..." id =" foo">< label for =" foo"> ...< / label>
<input type="checkbox" name="..." id="foo"><label for="foo">...</label>
但是你不想这样做。
But you don''t want to do that.
您之前可以拥有RTFFAQ,RTFM和STFW。
< http://jibbering.com/faq />
PointedEars
-
var bugRiddenCrashPronePieceOfJunk =(
navigator.userAgent.indexOf('' MSIE 5'')!= -1
&& navigator.userAgent.indexOf(''Mac'')!= -1
)// Plone, register_function.js:16
You could have RTFFAQ, RTFM, and STFW before.
<http://jibbering.com/faq/>
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf(''MSIE 5'') != -1
&& navigator.userAgent.indexOf(''Mac'') != -1
) // Plone, register_function.js:16
不,你不是。
No, you don''t.
是的,我这样做。
答案是使用你自己的图像。谢谢指出一个。
Yes, I do.
Answer is use your own images. Thank you pointed one.
不,你不是。
No, you don''t.
是的,我知道。
Yes, I do.
很少,给定缩放效果。
Hardly, given zoom effects.
这可能是你的回答,而IIUC则是不明智的。因为你会认为这样的伪控制是不可访问的。
That may be your answer, and IIUC it would be an unwise one. For you would
assume that such a pseudo-control would be accessible when it is not.
为什么?
PointedEars
-
任何拍打一个人的人这个页面最好用浏览器X'标签浏览
a网页似乎渴望过去的糟糕时光,在网络之前,
当你有几乎没有机会阅读另一台计算机,另一台文字处理器或其他网络上写的文件。 - Tim Berners-Lee
What for?
PointedEars
--
Anyone who slaps a ''this page is best viewed with Browser X'' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
这篇关于更大的收音机/复选框或映射?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!