【问题标题】:Radio button not showing in chrome单选按钮未在 chrome 中显示
【发布时间】:2020-10-06 01:17:49
【问题描述】:

我在注册表单中创建了自定义单选按钮,但它们没有在 chrome 中显示。

请检查代码和帮助。以下是表格的链接

http://landandpropertymarket.com/signup.php

<div class="form-group">

<label><input type="radio" name="usertype" value="1" >Agent  &nbsp; &nbsp;</label>
<label><input type="radio" name="usertype" value="2" >Owner &nbsp; &nbsp; </label>
 <label><input type="radio" name="usertype" value="3">User</label>
  </div>

【问题讨论】:

  • 或者您查看的是页面的缓存版本?

标签: php html css twitter-bootstrap google-chrome


【解决方案1】:

我看到了这个:

检查您的 chrome 版本

【讨论】:

  • Google Chrome 浏览器是最新版本 83.0.4103.106(官方构建)(64 位)
  • 那是我的 chrome 版本。尚未显示,我将尝试从朋友的笔记本电脑确认。谢谢
  • 我也是 83.0.4103.106 (Official buildl) (64 bits),试试清理你的浏览器缓存
  • 完美,为其他需要它的人验证解决方案;)
猜你喜欢
  • 1970-01-01
  • 2017-10-11
  • 2014-08-22
  • 2021-06-10
  • 2013-04-26
  • 2018-12-21
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多