PHP Legacy
올드하지만 여전히 강력한 PHP! 레거시 코드 최적화, 보안 패치 등에 대한 정보를 나누는 공간입니다.
2025.04.02 00:16
멀티 서브밋은 $_POST니 $_GET이니 귀찮아..
목록- blueflag 오래 전 2025.04.02 00:16
-
29
0
<html>
<head>
<style>
input[type="radio"] {
appearance: none;
width: auto;
height: auto;
border: 0px;
text-decoration:none;
}
.radios {
text-decoration:none;
}
.radios:hover {
text-decoration:2px underline black;
}
.radios:focus {
text-decoration:2px underline black;
}
</style>
</head>
<body>
<input type="radio" name="word" value="alpha"> <span class=radios>alpha</span><br>
<input type="radio" name="word" value="beta">beta<br>
<input type="radio" name="word" value="delta">delta<br>
</body>
</html>
-
- blueflag @nodragonhq
댓글목록
등록된 댓글이 없습니다.