Questions tagged as 'html5'

1
answer

using price to set the value of the input checkbox to be calculated

I have some checkboxes that have a value of x, which when selected are the sum of their value. But this value is being fetched through the Value, and I needed to use an attribute that overrides the value so I can send it as input checked to t...
asked by 27.03.2017 / 13:15
1
answer

Problem with div size when scrolling page

I've developed an effect that decreases the height of my div when I scroll on the page but when I use scroll the effect usually occurs more when I upload the page div does not return to normal would like to know why the code...
asked by 11.04.2017 / 14:07
2
answers

Send input value to modal

I need to get the value of an input and send it to a modal bootstrap. I did a test but I do not know what I'm missing. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv...
asked by 07.04.2017 / 22:14
2
answers

Hover with border and CSS image

I'm developing a web application and would like that when I did not hover over the image, I would only see the image on the screen, without the description of the product, the price and the border around it. Image without hover effect. An...
asked by 22.10.2017 / 06:37
1
answer

Keyframes is not recognizing the command

Waves! I'm having trouble using this rule because it is not recognizing the first line, so it does not execute the animation. I do not know what to do anymore, because even if I delete the line, the bottom is no longer recognized. What I realize...
asked by 23.10.2017 / 04:21
1
answer

Centralizing modal bootstrap

I have modal bootstrap on my page HTML . When I open the modal in the computer browser, the modal appears as follows: ButwhenIsimulatethescreenofasmartphone,themodalbehindmymenunav: Belowisthemodalcode:<divid="modal-facens" c...
asked by 07.02.2017 / 19:42
1
answer

Set DIV between page head and footer

Well, I have a div that stays fixed when scrolling the page, but I want it to scroll again with the page before it reaches the wall. The code below causes that when reaching the height of the scroll 300 the div is fixed. The problem is that when...
asked by 25.05.2017 / 18:02
1
answer

Input animations for text and divs when scrolling on the page

I've seen this practice becoming increasingly common, where page elements are "appearing" ( fade-in, slide-in, etc.) automatically when, by giving scroll , you enter a new section / div. I gave a searched , but I did not find what it takes t...
asked by 16.02.2017 / 15:46
1
answer

How to hide sidebar and vertical with CSS

I would like to hide these two bars (Vertical and Horizontal), set up my .css file with the following definitions, but they are not working: @charset "UTF-8"; section#conteudo{ width: 1000px; margin: auto; } iframe#frameEspecificacoes{...
asked by 20.02.2017 / 14:00
2
answers

HTML5 Local video

I have this HTML code to try to play a video that is on my hard drive. When I open the source link directly in the browser, it reproduces without problem, however, using this code: <video width="750" controls> <source src="C:\FileUp...
asked by 20.02.2017 / 14:48