Questions tagged as 'html'

1
answer

Clone Input text and pass the value of the cloned input via POST

I need to clone an input text by clicking a "+" button and then pass the value of this cloned field via POST next to the other form data ... I'm using a JavaScript function to make the clones <script> function mais(campo1, campo2) {...
asked by 19.06.2015 / 08:06
2
answers

Problem with table width

Good people, I have a table like this: The"thead" part where it says Dorsal, Name ... etc is a table (table1) and the rest is another table (table2), basically they are two tables that I tried to do with them if they aligned using width bu...
asked by 12.06.2015 / 13:43
1
answer

Link HTML elements

I'm trying to make a project just to learn more about HTML5 , CSS3 and Javascript . In this project I have a div that is type a panel and another div that would be a square that I would put inside that panel . I'm...
asked by 23.01.2016 / 15:45
1
answer

How to select a radio by clicking the text next to it?

It's quite simple to make radio buttons. I've seen inputs of that genre out there that allow you to click directly inside the circle or above the text that refers to each radio button. How do you do this?     
asked by 24.06.2014 / 02:51
2
answers

Paint top title bar of a table with bootstrap

How do I paint the top title bar of a table made with bootstrap? To paint any thead TR. <div class="pull-right" id="tabela4"> <br /> <table class="table table-striped table-ordered table-bordered col-md-4"> <the...
asked by 27.06.2014 / 22:20
2
answers

Smooth scroll without anchors

Look at this site: www.kinfolk.com Horizontal navigation beneath the photo carousel has a smooth ease in the interaction, and does not use anchors. It's just a conventional scroll with smooth and I think it has a motion blur as well....
asked by 14.08.2014 / 21:53
1
answer

Removing columns from a table via Javascript

My web page is fed by database data and is formatted as a report, with data entered into an html table. The point is that the database has tables with many columns, which sometimes leave the page too large to replicate the structure of the table...
asked by 12.08.2014 / 18:33
1
answer

Change background according to the image

I need to create an effect in my slideshow that for each image, the background of div changes color according to the predominant color of it. I searched the internet for a plugin that does this, and I found Adaptive.Background.js ....
asked by 14.10.2014 / 20:42
1
answer

How popular is an array with the registered bank records?

I have a box that shows the records that will be inserted into the database. But I'd like to make a change to that data that was entered. So I wanted to know how to make the records that are in the bank table popular in box. Code: <table...
asked by 07.10.2014 / 17:53
1
answer

Make my site appear in the Google news listing

I have a website about a certain subject. And, when I access Google and type the desired term, there is my site in a good position. However, I would like my site to be listed on the Google news page as well. I researched the term test , I pu...
asked by 30.08.2014 / 12:47