Questions tagged as 'html'

2
answers

Change icon color after clicking or hover input

I would like so I click on the input change the color of my icon My form <form method="post" id="form"> <div class="input-wrapper"> <div class="icone icone-user"></div> <input type="text" placeholder="Usuário" id...
asked by 11.05.2018 / 04:58
1
answer

How to select an entire HTML table in JS and copy to clipboard

I have a simple (but long) HTML table that when selecting and copying ( CTRL + C ) to% I want to add a button that does this process so you do not have to select this huge table manually and simplify this process. I got the scripts to...
asked by 09.05.2018 / 17:18
0
answers

Set language in index.php

Good morning! Home I'm trying to develop a very simple system, contains 5 different languages, this part works fine, the problem is that when I enter for the first time on the site, in this case the file is the index.php , it shows the fol...
asked by 05.06.2018 / 10:37
1
answer

divs overlap alignment!

I have a widget that will insert some images, and inside this widget I have a div and another div where it will be inserted the images, and two divs where they have a title and an underline below that title. The problem is that the images are ge...
asked by 14.05.2018 / 22:06
1
answer

How to capture the URL of the first image of my post in WordPress?

I have a site in WordPress , but it does not host image on the server itself, only on external servers, it has some form in PHP , to capture this url, , capture the first image of the post, I've seen themes like this, but I do not know how to...
asked by 03.05.2018 / 04:28
2
answers

floating div accompany scroll page

Would anyone have any ideas or SIMPLIFIED examples of how to make a floating div scroll along with the page scroll? Something very simple, for understanding and learning, because the existing ones here are very confusing and I have been seeking...
asked by 02.05.2018 / 23:21
2
answers

Create navbar with centralized search field

Trying to make a nav bar with a centralized search field .. I even managed to do more I believe I'm not in the best shape, because when I open a smartphone it's strange ... Below is my code. <div class="top_nav"> <div clas...
asked by 03.09.2018 / 02:49
1
answer

Problems with link miniature formatting

Well, I made a topic earlier on the same subject, the content appeared but the image does not appear. Follow the code: <!--PARA ACEITAR ACENTOS--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!--CONTE...
asked by 20.04.2018 / 18:30
1
answer

How to prevent the Google translator dropdown from disappearing?

I'm trying to implement the google translator dropdown, within a button. Now by clicking on the google translator dropdown, it does not show the countries / languages. Here is the code I'm currently using with bootstrap: <div class="drop...
asked by 13.03.2018 / 12:29
1
answer

Value vue-the-mask conditional formatting

I'm trying to put a mask on - vue-the-mask <the-mask id="input1" v-model="ch_anual" type="text" :mask="['###:##', '#.###:##']" /> But, you're only getting the second mask if I put ###.###.###-## , ##.###....
asked by 27.06.2018 / 16:15