Questions tagged as 'html'

1
answer

How to hide div when selecting options from a radio

As trivial as it sounds, I'm having trouble executing this script, the problem I have is the following, when I enter a page I show a div with a selected content from my bank and this is being done correctly, from then on the user has the option...
asked by 20.10.2015 / 15:35
1
answer

How to add image as background?

Instead of the common white background on my site, or instead of setting another background color, I want to set an image as background. I want this still image, not scrolling with the page and adapted to the screen, filling the entire width and...
asked by 18.08.2015 / 23:01
1
answer

Center div on Bootstrap

Hello, I have a page in PHP where I'm using Bootstrap to do a simple search screen. <div class="container"> <img src="/img/logoSuivi.png" class="img-responsive center-block"> <div class="well col-md-3"> <di...
asked by 01.03.2016 / 03:25
1
answer

Menu with CSS3 and Javascript

I want to make a menu up to a point simple with CSS3 and Javascript. My menu needs to have a "hamburger" and when clicking it needs to turn an "X". When you click on a link it also needs to close and the "X" will turn the "hamburger" again. B...
asked by 15.02.2016 / 18:35
2
answers

How to make a responsive horizontal line?

I can not simply make a line because, depending on the page, instead of one line, it will continue on another line.     
asked by 02.03.2016 / 17:29
1
answer

Read HTML file

In my project I need to read an HTML file that in the source code has a structure of an xml. I need to read this HTML file, get the value of the xml tags that have there make a whole process to save this data in my database .... Read an xml,...
asked by 14.07.2015 / 21:27
2
answers

What jQuery event do I use to query the database?

jQuery(function($){ // Chamando as funções $('#busca-cidades').keyup(function(){ ... I am doing a query in the database and returning this query formatted with html / css and the query is in WordPress SQL. So far nothing very differen...
asked by 13.07.2015 / 00:25
1
answer

form does not insert into the database

I have a HTML with this code: <div class="row"> <form method="post" action="php/mensagem.php" accept-charset="utf-8"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <in...
asked by 09.07.2015 / 11:50
1
answer

Loading external "pages" via AJAX. Will Google crawl?

I'm doing a project whose pages are loaded into a main container . All link is an anchor but what is after the hash is really a path. My JavaScript is scheduled to detect hash swap events, so it picks up the path by subtracti...
asked by 02.08.2015 / 03:47
3
answers

Is there any significant difference between the IMG tag and INPUT IMAGE

What is the difference between <img src=''> and <input type='image' src=''> ? Any specific occasion that would be best to use any of them?     
asked by 23.07.2015 / 22:50