Questions tagged as 'html'

1
answer

Portuguese language characters in Jquery [duplicate]

I understand little of Html, javaScript, etc., I needed a window similar to javascript alert, but with different font size, I searched and discovered the custom windows of JQuery, I downloaded a window called Confirm Override : link ), which...
asked by 27.02.2014 / 21:32
1
answer

Use of -webkit- * and -moz- * [duplicate]

The prefixes -webkit- or -moz- should be used for elements that work without using these (as box-shadow )? Normally, those using Chrome and Firefox have versions that support many elements, which makes it unnecessary to...
asked by 12.03.2014 / 18:04
1
answer

Redirect page through the link entered in the url

I need a page that when I load it check the link typed for example: www.test.com/myphp.php=10 if given number it redirects to another page, for example: found www.test. com / myphp.php = 10 redirects to www.test.com/news/10.php. How can I do thi...
asked by 22.07.2016 / 21:21
1
answer

Connecting MYSQL Database with PHP and Phonegap

I'm creating an app in HTML CSS and JS with Cordova . And I would like to know how I connect it to a database on a server ... In the case I want to get the information from it and pass it to the app.     
asked by 01.12.2017 / 19:12
1
answer

How to overlay a body image on top of a div?

I have an image that is inside the css body .test-page { display: none; } html, body { margin:0%; height: 99%; background-color: #041E43; border-style: solid; border-width: 10px; border-color: black; overflow-y: hi...
asked by 24.10.2017 / 12:20
1
answer

I would like to know how to load data from one HTML into another

I need to load in a new HTML the data provided by the first one (HTML) to make the change. The proposal of the activity that I am in doubt is the following: "Once the customer registration is done, a link to the customer data change page that...
asked by 07.07.2016 / 22:22
1
answer

Help me with jQuery [closed]

PHP code with HTML: <h2 ><?php the_title() ; ?></h2> <ul class="galeria" > <?php the_title() ?> <li class="pizzadisponivel"><label value="29,99"><?php the_post_thumbnail('medium');?></lab...
asked by 08.12.2016 / 02:09
2
answers

How to make the amount of IVD to adapt

Good afternoon, my doubt is as follows, in my site there is a section where the highlights part, and in this section there are 6 more DIVs to display the products (image) Well,sofarsogood,theproblemisthatwhenyouzoomin,theystarttogroupthemsel...
asked by 10.10.2017 / 17:37
1
answer

Sort DIV's for the content of the same

I am making a sort of list in foundation 5. In this list there is a header and the content, I need that when clicking the name of the field in the header, the DIVs are sorted according to the content in ASC and DESC order. Well, just get orderin...
asked by 23.05.2017 / 23:30
1
answer

How do I calculate age using php and html? [duplicate]

Using the html data in php how to calculate the age? Birth date in HTML : <form method="POST" action="doc.php"> Nascimento: <input type="date" id="data" name="data"> </form> In php I call the date: <?ph...
asked by 09.09.2017 / 15:54