Questions tagged as 'html'

2
answers

Display Div with specific content when clicking on link

Good morning, I'm creating this topic because I performed a search in the forum and found this solution here. Opening a < div > when you click on a < a >? link But I need a more specific solution. I am developing a questio...
asked by 09.11.2016 / 16:26
1
answer

Error comparing two strings with float value

Good afternoon! I am trying to compare numbers with Jquery, they are values with decimals or not. when the value goes up to 999 everything works perfectly, but above that it does not work as it should. Example: value_mo_contract = 510.00...
asked by 20.03.2017 / 18:07
2
answers

problem with form duplicity

I'm having a very common problem, and I do not know how to solve it. I will graze a page in php very simple to explain. The problem occurs when the user submits the form, and when it clicks on the return address of the browser, the form is su...
asked by 21.03.2017 / 21:24
1
answer

Problems with url using thymeleaf

I have a page that shows all the posts of a blog. This page has a post object that in turn has the attribute that is a list of categories. This list of categories is shown on the page in the form links to each post inserted in the page for th...
asked by 22.03.2017 / 01:04
1
answer

Problems in nth child

I have the code below, it's working perfectly, the only problem is that if I add one more or a few li it changes its formatting. I wish it would stay the same now, except regardless of how many LIs exist. I would like the background to be the sa...
asked by 22.06.2016 / 16:44
1
answer

Sort a list ul by the attribute "value" of the li?

Speak, all right? So I have a problem ... I have a "sort by" button, in this case, higher price and lower price. What I need to do is sort the elements of a <li> list by its value attribute. For example: <li value="200">...
asked by 04.06.2016 / 03:59
1
answer

How to affect div that is before div with hover

We assumed this code. How do I affect the nav class and the img__logo class when the input is hover? <div class="nav"> <div class="img__logo"></div> <input class="form__login"/> </div> .form__...
asked by 10.06.2016 / 17:56
1
answer

API Instagram get information about a particular publication

Is it possible to access the media (of course public) without having the authorization of the user responsible for it? The idea is to know the number of tastings and comments of a particular publication via API. One of the alternatives I foun...
asked by 09.06.2016 / 15:51
4
answers

JSON Object Objects

I need to create a json object from scratch where each key has several values / values example: '{"name":["daniel","dias"],"morada":["joao","allen"]}' For this I am executing this code several times, but the result is presented with numeri...
asked by 14.10.2016 / 17:45
2
answers

Problems with responsive design - item placement

Well, I'm developing a project, and I ended up with a bug, I just need to fix it, tried it in different ways, but I could not fix it. IMG 1: IMG2: Theimageoneshowstheelementsallmessedupbythescreen,however,thisoccursinveryfewresolutions,somea...
asked by 20.10.2016 / 18:50