Wrap
C# -PHP - HTML - CSS
- Mar 28, 2013
- 84
- 8
Hey! Making a RevCMS Bootstrap Theme,
The header bar drop downs dont work, And im sure this CSS/jQuery is all correct:
But the website when i click on a drop down just does nothing! Anyone know whats up with it or if im using the wrong script's or what ever?
Tnx
The header bar drop downs dont work, And im sure this CSS/jQuery is all correct:
Code:
<link href="/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:600,Bold" rel="stylesheet" type="text/css"/>
<link href="/Bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="/Bootstrap/JS/Bootstrap.js"></script>
<script type="text/javascript" src="/Bootstrap/JS/Bootstrap.min.js"></script>
Tnx