单选按钮不会出现

时间:2017-01-19 09:03:04

标签: html css

我正在使用主题并尝试创建表单。但是,不知何故单选按钮没有出现。如果我创建一个新文件并放置无线电标签它可以工作,但不能使用Bootstrap。有什么想法吗?请参阅下面的链接。 P.S我使用Bootstrap。

Screenshot here

enter image description here

<head>

    <link rel="shortcut icon" href="#"/> 
    <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
    <link href="css/jquery-ui.structure.min.css" rel="stylesheet" type="text/css"/>
    <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"/>
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">        
    <link href="css/style.css" rel="stylesheet" type="text/css"/>     

</head>

2 个答案:

答案 0 :(得分:0)

您可以尝试以下代码:

HTML

<form>
    <br>
    <label class="radio-inline">
        <br>
        <input type="radio" name="optradio">Option 1<br>

    </label><br>
    <label class="radio-inline">
        <br>
        <input type="radio" name="optradio">Option 2<br>

    </label><br>
    <label class="radio-inline">
        <br>
        <input type="radio" name="optradio">Option 3<br>

    </label><br>
</form><br>

答案 1 :(得分:0)

你可以在这里c / c文件的头部/头部。

我想你只是把.css /。 js / jquery的顺序错误。所以你的网站收费不好。