gpt4 book ai didi

javascript - 样式单选按钮,只显示选中

转载 作者:行者123 更新时间:2023-11-28 13:14:39 24 4
gpt4 key购买 nike

我目前正在做一个元素,有两个选项,我想要一个指向手指的图像而不是标准的单选按钮,还有这个我想知道是否可以只显示 radio 图像对于仅被选中的那个。

我尝试过使用 js 库,但似乎无法让它工作

当前代码:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Test</title>

<link rel="stylesheet" href="css/style.css" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jquery.screwdefaultbuttonsV2.min.js" ></script>
<script type="text/javascript">
$('input:radio').screwDefaultButtons({
image: "url(images/hand.png)",
width: 39,
height: 17
});
</script>
</head>

<body>

<div id="content">


<label for="LiquoriceandPeppermint" class="check">Liquorice and Peppermint<input type="radio" name="flavour" id="LiquoriceandPeppermint" value="option1" /></label><br>

<label for="RooibusCremeCaramel " class="check">Rooibus Crème Caramel <input type="radio" name="flavour" id="RooibusCremeCaramel " value="option2" /></label>

</div>

</body>
</html>

谢谢

最佳答案

单选按钮由操作系统而非浏览器呈现。样式化它们一直是有限的,并且跨浏览器是非标准化的。您最好尝试设置标签的样式来完成您想要的。

关于javascript - 样式单选按钮,只显示选中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15139686/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com