Questions tagged as 'html5'

1
answer

Spacing Cross-browser in Mail Marketing

I am developing a piece of Email Marketing and am having problems with table, tr and td spacing in IE browsers and with Outlook and Outlook WebmailApp Browsers render correctly, if you notice the rounded corners of the pits, which are inserte...
asked by 28.07.2014 / 15:04
1
answer

How to make the movement of a paragraph does not influence other elements

Every time the .content moves, the text auto adjusts itself to its size, but it causes the image / div inside to move too, I want to keep the still image in the div without being influenced by the other elements. follow code: link     
asked by 31.08.2014 / 23:48
1
answer

How do I control a video from Scroll?

I would like to know how I can control a video by scrolling using Javascript or some other technique. Thankful Ex: Scrolling controls for HTML5 video link     
asked by 14.07.2014 / 22:53
1
answer

Handle get errors (403,404,405) with jquery

I'm using history API to load the clicks on the menu, in a div #content, okay so far so good, however I'm handling the errors by JQUERY even look at it $('a').click(function() { pageurl = $(this).attr('href'); if(pageurl!=window.locati...
asked by 22.05.2014 / 20:20
1
answer

Validation of fields in cshtml [closed]

I have seen some examples to validate fields, but all of them I have to tell you which field or control to be validated, ie I have to pass the controls name. If I have a form with 20 fields, that "language" is left. How do I do at one time, vali...
asked by 17.03.2014 / 16:37
1
answer

Validating text box

Always when I do a javascript validation of a text box, to see if it is empty or not, I do it as follows: function validar(){ var input = document.getElementById("texto"); if(input.value == ""){ alert("Preencha todos os campo...
asked by 01.08.2014 / 23:57
1
answer

Bootstrap Navbar Collapse problem with firefox

I recently started working with Bootstrap and am trying to create a navbar . The problem is that navbar appears to be normal until we decrease the size of the window where it gives collapse as it should, but the toggle...
asked by 03.03.2014 / 19:15
3
answers

Google Maps Coordinates through a Widget on a website

I'm setting up a geolocation-based registration system. It happens that sometimes the registration must be done by telephone, and the attendant is who will enter the location ( coordinates ) of the client. Through the Google Maps site, simp...
asked by 18.02.2014 / 17:02
2
answers

Chrome Mobile Android [Add to Homescreen]

Today I discovered that I can make a page as a native APP, with a shortcut on the homescreen, it opens almost full screen ... I ran a test and it worked, now I need to make it 100% fullscreen, hiding the top bar and from below, on Android 4.3 an...
asked by 12.02.2014 / 21:41
1
answer

Xamarin - Camera does not work

I developed a web application. However, in WebView that I created from this application, when I try to upload files, the code redirects me to the image gallery instead of opening the camera. In my HTML, I have the following field: <i...
asked by 28.12.2018 / 14:03