Questions tagged as 'html'

2
answers

how to leave an embed with fixed width and height responsive?

Does anyone know how to leave this embed responsive, I can not because after a fixed width and height? <iframe src="//vshare.io/v/f171731/width-470/height-305/" width="470" height="305" frameborder="0" scrolling="no" allowfullscreen="true"...
asked by 26.10.2017 / 14:25
2
answers

How to search for the selected value in MySQL / PHP and HTML?

Good afternoon! How do you make a SELECT that returns the result only for the value filled in form HTML ? For example, if someone completes the TRAVEL field that returns all values that contain the completed trip. Or if someone c...
asked by 16.07.2018 / 19:01
1
answer

Jquery only validates one element of several

I would like to display the required message on each input element in addition to performing the check on each pair of checkboxes and input text, but it is only occurring on the first input I am giving focus. <html> <head>...
asked by 06.03.2014 / 22:52
1
answer

Bootstrap popover with table-responsive

I'm using Bootstrap v3. And I need to filter the fields of the tables. I chose to use this example as a basis. I am now having a problem, when I am viewing my table (is table-responsive) on a mobile device, what happens is that the filter b...
asked by 02.04.2014 / 12:24
1
answer

Library animate and wow css

Personally I have an img with 2 animations, but I want only one to be continuous, to apply the animation several times, once the animation starts, fadeIn is applied with 1.5s of delay and 3s in 3s applies the pulse without stopping . In the para...
asked by 21.09.2017 / 20:31
1
answer

Put soft effect or slowness in anchor (window.location.href) [duplicate]

I have the following code: if($('#otherfilter').is(':visible')){ window.location.href='#otherfilter'; } I would like to slow him down to make this anchor.     
asked by 28.09.2017 / 19:26
2
answers

How to make a date field containing only Month and Year Html

I need a date field containing only Month and Year Html, preferably on the screen something like a calendar containing only the months and years. obs: I'm using angularJs, javascript     
asked by 21.09.2017 / 23:10
2
answers

How to force the update of favicon.ico?

I have a problem with favicon.ico , it appears wrong. Some time ago, I made a site that used a favicon.ico . After that, I've done about 3 sites and the problem occurs in all of them. Although I put the URL of favicon.ico...
asked by 06.10.2016 / 00:11
1
answer

Modify button when using browser scroll [closed]

I wanted to leave the modal button fixed at the top of the page, but when I use the scroll of the browser, the close button disappears, this happens only in one mode, all 7 being exactly equal. <div id="bg-egipcia" class="bg font-shadow"&...
asked by 20.12.2016 / 17:04
3
answers

Show / Hide with CSS only

What CSS do I have to do to show or hide elements of <div id="mostra"> by clicking on the Show / Hide button for <div> search? This is my HTML: <div> <div id="mostra"> <input type="text"...
asked by 11.12.2017 / 12:11