skip to Main Content

How to add overlay to Parallax section for Twitter Bootstrap

How to add overlay to parallax section for twitter bootstrap? Below is the code for parallax: HTML: <div class="container-fluid"> <div> <div class="ha-bg-parallax text-center block-marginb-none" data-type="background" data-speed="20"> <div class="ha-parallax-body"> <div class="ha-content ha-content-whitecolor"> "Our main goal is to build a pixel perfect,…

VIEW QUESTION

Twitter bootstrap – Bootstrap 2 tooltips on html select's option

I'm trying to make toolttip display on right of each option of a select, but can't. // tooltip select demo $('#selectdemo option').tooltip(); <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css" rel="stylesheet"/> <script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/js/bootstrap.min.js"></script> <select id="selectdemo"> <option data-placement="right" data-toggle="tooltip" data-original-title="Tooltip on left 1" title="Tooltip on…

VIEW QUESTION
Back To Top
Search