Hi,
Try this for the menu markup:
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse"
data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Item 4</a></li>
<li><a href="#">Item 5</a></li>
</ul>
</div>
</div>
</div>
</div>
Regard,
Raul.
On Tue, Jan 15, 2013 at 7:56 PM, Luis MS <[email protected]> wrote:
> Hello Raul, this is the schema I follow. I think I'm including everything
> I need, in the right place. You will see there are other things I'm using,
> like Modernizr, or the ScrollTo jQuery plugin:
>
> <!DOCTYPE HTML> <html class="no-js"> <head> <meta http-equiv="content-type"
> content="text/html"> <meta name="author" content="Luis MartÃn"> <meta name
> ="viewport" content="width=device-width, initial-scale=1"> <meta charset="
> utf-8"> <meta name="title" content="Home" > <meta name="keywords" content
> ="web development, webmaster" > <meta name="description" content="Web
> development and design for companies and people." > <link href='
> http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic'
> rel='stylesheet' type='text/css'> <link rel="stylesheet" href="
> http://mysite.com/css/bootstrap.min.css"> <link rel="stylesheet" href="
> http://mysite.com/css/bootstrap-responsive.min.css"> <link rel="stylesheet"
> href="http://mysite.com/css/fresco.css"> <link rel="stylesheet" href="
> http://mysite.com/css/estilos.css"> <title>Fast-Forward.es</title> <!--
> Make IE8 and below responsive by adding CSS3 MediaQuery support --> <!--[if
> lt IE 9]> <script type="text/javascript" src="
> http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
> <![endif]--> <!-- Youtube Iframe API (optional, for HD video) --> <script
> type="text/javascript" src="http://www.youtube.com/iframe_api"></script>
> <script
> type="text/javascript" src="
> http://mysite.com/scripts/modernizr.custom.04230.js"></script> <script
> type="text/javascript" src="http://mysite.com/scripts/jquery-1.8.3.min.js
> "></script> <script type="text/javascript" src="
> http://mysite.com/scripts/jquery.scrollTo-1.4.3.1-min.js"></script> <script
> type="text/javascript" src="http://mysite.com/scripts/fresco.js"></script>
> <script
> type="text/javascript" src="http://mysite.com/scripts/scripts.js">
> </script> </head>
>
--
Raul Matei
+40741351728