Questions tagged as 'html5'

2
answers

Bootstrap list panel problem

I have this margin (or padding) spoiling my panel, how do I remove it? I've tried several things with CSS, changing padding , margin etc, but nothing worked. This is the margin I want to remove: Thisisthe(simplified)codeI'musi...
asked by 23.05.2015 / 22:51
2
answers

Use submit to submit a form, within modal, using bootstrap

I'm trying to submit a form within a modal, but it's not submitting what I'm sending in the tag. My VIEW: <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">Novo</button> <div c...
asked by 11.05.2015 / 16:28
1
answer

Timer with day hour minute and second

I would like to know if there is any plugin to make this timer equal to this page for example: link If you have an example or link for consultation you would also be grateful.     
asked by 12.05.2015 / 18:40
2
answers

Zoom button and Street View do not appear on Modal Boostrap

I'm loading Google Maps v3 into a modal Boostrap Framework. The problem is that I can not see the icons / zoom button and Street View, they appear distorted in the blue square of the image. The right one was to appear on the red square as standa...
asked by 10.03.2015 / 16:54
1
answer

JavaScript image does not appear

Why are the images not showing up when I click the button? I called them via JavaScript, it does part of a button that serves to mutate and dismantle my video. When I click the image does not appear, follow the code. HTML: <div id="butto...
asked by 27.04.2015 / 21:40
1
answer

Music playlist with Pause and play

Hello, I need to make a playlist of music with html5 in my searches I found many playlist, but none of them has pause in the playlist itself. For example, I found this link link, and you may notice that you can skip the songs but can not pause...
asked by 16.02.2015 / 22:03
1
answer

How do I show more posts when I click the button?

In the loop I put it to show 12 Woocommerce products. <div id="vitrine" class="container-fluid"> <?php $args = array( 'post_type' => 'product', 'posts_per_page' => 12...
asked by 06.02.2015 / 19:31
1
answer

HTML tags for Razor Engine (asp.net mvc C #)

I'm having trouble with my web application with asp.net mvc, how to create forms using the Razor Engine. Below is my HTML code. <form class="o-form" method="post"> <input name="senderName" id="senderName" required="required" t...
asked by 03.01.2015 / 15:02
1
answer

Invert value of y on canvas

I wonder if there is a way to invert the y-axis of canvas so that the point (0,0) is actually the point (0.500) .... That is, if I play the value 20 in the Y, instead of starting from the top down, start from the bottom up ..... func...
asked by 01.06.2015 / 18:55
2
answers

Validating two date fields

I need to verify that the user has entered the date in two date fields. <input type="text" name="data1"/> <input type="text" name="data2"/> How to solve this? If I put required in the field, it only works in chrome. But what abo...
asked by 06.05.2015 / 20:48