Hi,
Sorry for the late respons, I didn’t receive an notification of your answer.
When I integrate the bootstrap scripts, like I did on http://www.movefit.be/index.php/trainingsschema/:
<!– Latest compiled and minified CSS –>
<link rel=”stylesheet” href=”http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css”>
<!– jQuery library –>
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js”></script>
<!– Latest compiled JavaScript –>
<script src=”http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js”></script>
I can’t use the dropdown menu. When I hover ‘Aanbod’, I can’t select the items in the dropdown menu.
But when the scripts aren’t integrated, like on my other pages, it works fine.
So how can I integrate the bootstrap scripts, with the menu still working properly?