按钮库澄清

时间:2014-08-06 17:27:20

标签: html shared-libraries

我正在使用Alex Wolfe的按钮库 - http://alexwolfe.github.io/Buttons/我下载了库并将其放入我的项目中然后我将cdn用于确保我正在使用它,当我将代码放入我的项目它给了我按钮,我复制并粘贴它但它仍然没有给我按钮。

我放入代码的按钮库的CDN

<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="css/buttons.css">

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="js/buttons.js"></script>

代码我输入了按钮

<a href="to_directions" class="button button-3d-primary button-rounded">press me</a>

1 个答案:

答案 0 :(得分:0)

我尝试了你的代码,但它确实有效。

你确定你有这样的树吗

  • ROOT_FOLDER
    • index.html
    • CSS
      • buttons.css

如果它适用于cdn但不适用于项目中的css文件,则表示href属性错误。

如果您查看源代码(Firefox上的CTRL + U)并单击 css / buttons.css 链接,您可能有404。