Posts by matheus • 133 points
12 posts
-
1
votes1
answer750
viewsQ: search box within a select with database search
place <select class="form-control"> <option value="" selected></option> <option><input type="text" class="form-control" placeholder="Procurar dentro do banco de dados"…
-
0
votes2
answers1377
viewsQ: Customize input range for progress bar?
Custom progress bar for a player video with input crease, someone can give me some tips, I appreciate. <input type="range" id="progress-bar" min="1" max="100" step="0.1" value="0"/>…
-
1
votes1
answer993
viewsQ: Bootstrap progress bar tracking video youtube duration deployed to html page
how to make the bootstrap progress bar track the youtube video tracking (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new…
-
1
votes1
answer819
viewsQ: Bootstrap progress bar tracking video youtube duration
how to make the bootstrap progress bar track the youtube video tracking (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new…
-
3
votes1
answer1569
viewsQ: When clicking button, increase or decrease height of a div
I created a button inside a div (#divteste) and would like to click on that div button(#divteste) increase the height and click again on the button to decrease the height and if there is a way to…
-
1
votes1
answer1184
viewsQ: click on the increase div click again decrease
Guys if you can help me in this question I would like to click a div that is fixed in the footer and it increase and then click again and it decrease, how do I do this?
-
0
votes2
answers686
viewsQ: Change position image with transition when mouse over it?
I want an image that’s on float:right go to float:left, but with some kind of transition.
-
-1
votes2
answers744
viewsQ: How to make a menu that when clicking opens another div?
EXAMPLE: I want to create a menu that will have four links, and each link opens a certain div with different contents in each div. type the of this site here http://www.footebol.com/ the part that…
-
2
votes4
answers2949
viewsQ: Fix div at the bottom of the page
I wonder how I leave one <div> fixed at the bottom of the page, like I made her stay down with margin-top, but only that in the Firefox and one thing when I open in the Chrome to <div>…
-
0
votes1
answer598
viewsQ: How to make a lightbox with CSS and jQuery?
I’m looking to make a bar of login with lightbox, that is, when you click on link "enter the website" a <div> that was hidden and a transparent dark background will appear. How do you build…
-
2
votes2
answers4072
viewsQ: Show and hide a div by clicking the same link
How do I show a div when I click on a link and hide again when I click on the same link?
-
1
votes1
answer490
viewsQ: How do I make it when the music starts to rotate an image?
How do I when the music starts to rotate an image? javascript or php <script type="text/javascript"> rodarImagem( function adicionaClassERoda() { document.getElementById('pic').className =…