0

I am using twitter bootstrap css framework. I have installed a local copy in /js folder of my application.

I have a piece of code in my home.php file:

    <link href="../css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="../js/jquery-1.8.0.min.js"></script>
    <script type="text/javascript" src="../js/bootstrap.min.js"></script>

Basically, it loads the css well, the span5 division works. But the nav bar does not seem to be appeared.

1 Answer 1

1

I think you need to also include the basic bootstrap.css file on the page as well as the bootstrap-responsive.css file.

See this example:

http://twitter.github.com/bootstrap/examples/fluid.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.