Questions tagged as 'html'

1
answer

Someone help me, I wanted to make sure my div does not go off the screen!

Good morning, so I made my div draggable / moveable, but I wanted it not to be able to leave the screen, I wanted it to have a limit when I move. Someone help me? Thank you in advance //Make the DIV element draggagle: dragElement(document...
asked by 01.07.2018 / 06:51
1
answer

How do I search for something in html css js?

So I would like to be able to search for items in html, without a bank, because the items will not be added dynamically, they will already be pre-established, as I am a beginner I have no idea how to do this, if someone can help me I thank you in...
asked by 01.07.2018 / 07:36
2
answers

Center DIV in Bootstrap Grid

I have the following section, and I need the Divs to be centered horizontally in my Grid of Boostratp 3. It always stays on the Left side and I do not mind changing that. <section id="servicos"> <div class="container">...
asked by 21.05.2018 / 13:43
1
answer

Date End after Date Start Input Form

I'm doing a system and tried using javascript to ensure the user does not give the SUBMIT with the end date before the start date. Almost everything went fine, but input DATE_END is no longer possible to enter a date or time, just using the up a...
asked by 22.05.2018 / 16:00
1
answer

Change form when renaming in combobox

I have this code to create multiple forms within the same page, and when renaming the form it swaps form on the same page: <select id="mudar_produto"> <option value="#produto_1">Novo Produto Higiene</option> <opt...
asked by 19.05.2018 / 17:37
2
answers

Change the color of the site in a click of a button!

Good people! I have a button with 5 buttons, when clicking these buttons, the color of the site will change, I was making this process to change the color in Javascript, but I do not think very feasible ... What better way to do this? Make 5 cop...
asked by 14.05.2018 / 23:44
1
answer

Problems with attribute: css not ()

I'm having a problem editing a h2 with css and within that h2 has a span but wanted to apply the style in h2 but I do not want the style to apply to my span I'm using the :not(span) selector for this how...
asked by 11.05.2018 / 16:31
1
answer

Video as Background HTML 5 does not work in Safari and Chrome on Mac

I put a background video of a website with HTML 5, I open it in Chrome and Firefox in Windows and the video scrolls normal, but when I open the Mac (Chrome version 67.0.3396.40, and Safari 11.1) the video no scroll ... Anyone know of any solutio...
asked by 10.05.2018 / 22:42
2
answers

Append .html extension to the end of all links in multiple files (with Shell Script)

Hello. I have a lot of HTML files that have links in the following format: http://localhost:8080/tag:alguma_coisa and I need to add the .html extension to these links so they look like this: http://localhost:8080/tag:alguma_c...
asked by 13.05.2018 / 19:10
1
answer

HTML CSS - Organize images (figure) with captions (figcaption) on the page?

I'm having difficulty putting the caption inside my image, I want the caption to be at the bottom of the image (inside it), another thing is that my section.galeria is not inside my div # interface and I also can not centralize it. @charse...
asked by 13.09.2018 / 15:01