I have a <DIV> with overflow and a <TEXTAREA> , the problem is that the element that will be synchronized ends up rolling over than expected, instead of following a percentage basis .
What I've done so far:
f...
Hello, I wanted to know how to do a vertical line with this code:
<hr>
By default it's horizontal, I wanted it very vertical, does anyone know how? I just wanted this code because I have it vertically on my site too.
Is there any way to block old browsers ?
To be more direct: do not let these browsers, such as IE 6 access my site?
I searched the internet and found no source on the subject.
I'm trying to disable the button after clicking, so I will not be sending the form data multiple times if the user clicks.
My button
<input type="submit" class="formButton" name="send" id="send" value="Enviar">
my js...
I wonder if you can detect the following situation:
We have an intranet (from a directory) that is loaded through a given address: http: intr.abcdabcd.abc.br
We have a global INTRANET, within the first page of the Global intranet, the D...
I know that $cores returns me the values of the form. What is the best way to query the database with the $cores array values to find the cars that are present in that color?
<?php
//PHP
if(isset($_POST['env...
I have a site that is one-page. I separated the screens by <div> to make it easier.
However, if I click news it goes correctly to the news screen, but the URL does not change.
How do I include a friendly URL for each "section"...
I have a textarea and would like to list some items in it on each line.
I am already inserting the text normally in the textarea and I separate the items in commas currently:
nomUgs = selUgs.join(", ");
Instead of this comma I wanted to...
How do I sort in my dropdown? This is my dropdown. How do I sort it out?
Calling DropDown
<select class="form-control col-sm-6" name="cbxCodTipo" id="cbxCodTipo"></select>
Of course I'll upload the values, but I just want t...
I tried a google tool to test the speed of my site.
link
I've been shown several points that need fixing, such as "Take advantage of browser caching". From what I understand is to save files in the browser cache, avoiding to be always loade...