Questions tagged as 'html'

3
answers

Do not allow entering a € symbol in an input

I'm doing a data insertion site in the database and I do not want to be able to insert the euro symbol "€" in the input. Is there any way to block this?     
asked by 01.06.2018 / 11:56
1
answer

JavaScript does not list elements

I'm having problems in the block that should list the elements created by the function getAtributesElements, it was to list the strings next, but in the end it does not list. <style> section article { display: inline-blo...
asked by 03.06.2018 / 14:57
3
answers

How to change the properties of a direct imported image in CSS?

Let's say you have defined an image as the background of a div as follows: #div { background: #111111 url(../imagens/imagem1.jpg) top center; background-size: cover; How do I change the properties of this image, for example: filter: g...
asked by 29.05.2018 / 00:44
1
answer

Transparency problem using position fixed in css

I'm trying to create a menu that does not move independent of the user's scrolling on the page using position fixed . But I'm having a problem with transparency, whenever the menu finds other content, it's transparent. Before I used...
asked by 02.07.2018 / 17:08
1
answer

Back to start slide JS

Good morning! From now on I apologize for the title but I do not find any better ... Well I have a page that displays the contents in " Slide ", ie start shows the slide 1, and press the next arrow shows the next ( slide 2). Home To let se...
asked by 04.07.2018 / 12:20
1
answer

Scrollspy is not working

Good morning, I'm developing a website, and at first everything is working, however Scrollspy (Bootstrap 3.3) is not working, I followed several internet tutorials on how to apply it in a Website but I did not succeed even following them correct...
asked by 03.07.2018 / 16:18
2
answers

How to protect the Clickjacking site

Hello, I ran a scan on my site and found that it is vulnerable to clickjacking attacks, I saw that a solution would implement the header-frame-options x HTTP, my question is how to implement this? Is it a simple html tag inserted in the header? W...
asked by 30.06.2018 / 02:01
1
answer

Can anyone help me, I can not type in the input

So, I have these codes here, my div is draggable / moveable, however for some reason I can not type in this input, can anyone find me? Thanks in advance:) //Make the DIV element draggagle: dragElement(document.getElementById("ajuda"));...
asked by 01.07.2018 / 16:06
1
answer

@Keyframes, 'animation-delay' attribute does not work within a 'from' or 'to'

I want to give a delay to this animation but I'm not getting a delay before it goes to the center of the page, in case I add 'animation-delay' inside the class .ft it already starts in the center of the page when loading it, I wanted the page lo...
asked by 30.06.2018 / 23:15
1
answer

Load a TEXTAREA field from a SELECT with Jquery

I have a modal that does email sending. But I created some email templates in the mysql database. On the screen appears my select with all templates for selection, only I would like when the template is selected, it filled in the input subje...
asked by 01.07.2018 / 07:39