skip to Main Content

how to hide tab when clicked on a select option – Twitter bootstrap

<ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#song">Song</a></li> <li id="image-tab"><a href="#image" data-toggle="tab">Image</a></li> </ul> <div class="tab-content"> <div id="image" class="tab-pane fade "> <input class="btn btn-default btn-sm" type="file" name="userfile" id="image"> </div> </div> <div id="song" class="tab-pane fade in active"> <div class="form-group"> <input id="song-link" placeholder="Paste Soundcloud…

VIEW QUESTION

Background image is not showing up – SEO

I'm developing a sub page for my website. I have a nav bar and footer. I just want to add a background image behind the nav bar just like this. I tried .. <div class="seo-content"></div> .seo-content{ background: url("/images/ss.jpg"); background-size: cover;…

VIEW QUESTION
Back To Top
Search