Questions tagged as 'html'

1
answer

Catch an HTML color As IMAGE [duplicate]

How to capture a color in HTML but this color must be similar to the image ... EXAMPLE: (THE BACKGROUND AND APPEARED WITH THE IMAGE) EXAMPLE02:(REPAIRTHEBACKGROUND!) How can I do this to get the color in HTML , so can I use this...
asked by 11.12.2018 / 22:04
1
answer

Overlay problem @media

I'm having trouble understanding one thing. I am putting together a questionnaire and when the person does not select any alternatives an box appears with the overlay saying that it is for her to select. CSS Code: .backdrop{ positio...
asked by 13.06.2014 / 20:10
1
answer

1 item on the left and two items on the right good bootstrap

I'm trying to leave 1 item aligned on the left and 2 items aligned on the right with Bootstrap 4 , I tried to use flexbox but since there are 3 items I get one in the middle and one on each end, I tried to make the 2 items on the ri...
asked by 24.12.2018 / 12:09
2
answers

Close modal when clicking the button

Hello, I have this following modal, whenever I click on the "Rejected sale" button it opens, but I wanted to close this same modal every time it clicked on the "Send" button, which in the case and my submit, as I do this? <div class="chat-f...
asked by 20.12.2018 / 16:27
1
answer

Make all external links open in a new tab except one!

Oops, I have a script that identifies all external links and forces open in new tab ... <script> jQuery(document).ready(function($){ $('a').not('[href*="'+document.domain+'"]').attr('target', '_blank'); $('a').not('[hre...
asked by 16.10.2018 / 22:40
1
answer

Align radio buttons to the right of a select

I have a line that is being aligned in the center as follows: .row{ display: flex; justify-content: center; } Inside this line there are two columns, one with a select and another with radio buttons that appears according to the opt...
asked by 23.10.2018 / 19:07
1
answer

Is it possible to use String and Hash Query at the same time?

I'm developing a single-page site using hash's html to scroll the page to the specified id, but I've also had to use a query string with php , but now whenever I try to use the two does not work. The page does not stay in the part t...
asked by 30.01.2014 / 20:07
2
answers

Alternative Flow in Spring

In the face of the situation: I am in the car registration screen, where I can select the brand and enter the model. If I need to register a template that does not have the previously registered trademark, I have a link that leads to the tradema...
asked by 31.01.2014 / 20:37
2
answers

Reset page by reset button

I have a very simple problem, but since I'm a beginner in javascript I can not do it. With this code, I need to create a function that resets the page without reloading it, whoever can help I thank. var tabela = ""; var t = 0; for (...
asked by 25.09.2018 / 22:50
3
answers

How to display a dropdown menu of a button inside a div with overflow: hidden?

I have the following problem: Clicking the dropdown button inside a div with overflow: hidden property opens, but gets cut off. Example: HTML<divclass="scroll"> <div class="out_element"> <div class="btn-group">...
asked by 20.06.2014 / 15:12