Questions tagged as 'html5'

1
answer

Layout with fixed sidebar in bootstrap

I want to make my site the following way with Bootstrap I'vetriedeverypossiblewaytomakeitcoolandresponsiveandIcouldnot!Cananyonegivemealightonhowtodothislayoutstructure?NonresponsiveIwouldlikeittolooklikethis:     
asked by 28.02.2015 / 00:03
2
answers

What DTD to use in JSF with HTML5 tags

Generally, when I make a JSF page with XHTML, I use the DTD for XHTML 1.0 Transitional. However, if I use the namespace and put some HTML5 tags (passtrough elements / attributes), which DTD should I use? <html xmlns="http://www.w3.org/19...
asked by 13.03.2015 / 14:43
1
answer

Preventing AdSense links from opening in new tab

Is there any way to prevent my site from opening links in a new tab and having them open in it? It's the opposite? Thank you. Edit: I use Google Adsense. Some ads open on the same tab, others open a new tab. I wanted to block them from openin...
asked by 26.05.2015 / 02:21
1
answer

Send and receive SMS from a GPS

I need to send SMS to chip do GPS and it will return a coordinate. How do I send and receive this SMS ? Could you put examples of links and services based on HTML and JavaScript for this submission?     
asked by 18.05.2015 / 18:45
1
answer

How to create expandable banner only with HTML5 and CSS3?

I need to create a banner in HTML / CSS that uses only two images in JPG / GIF. The first image will have 300x250px and the second image 600x250px. The first image will be displayed and the mouse over will expand and display the second image....
asked by 08.06.2017 / 20:43
1
answer

Redirect HTTP to HTTPS in .htaccess with Let's Encrypt

I can not in any way test if my address is on https when let's encrypt is installed ... Could some charitable soul help me redirect to https? I have installed on my hosting UOLHost (Platform: Linux, Apache: Version 2.4) let's encrypt ... A...
asked by 30.05.2017 / 01:08
2
answers

How to update the canvas?

On a canvas, I added 10 small squares, but I want to be able to change the position of these squares continuously, and that this change is drawn on the screen whenever I do (I do not necessarily need an animation, just understand how I can updat...
asked by 17.04.2015 / 00:36
2
answers

How to check if a URL is in the input text?

How can I make sure that what the user typed in an input text is a website?     
asked by 22.08.2014 / 19:38
2
answers

With CSS is it possible to merge two Images?

I saw this and wondered if it would be possible to merge two images with only CSS. Isthereanywaytocontrolthispartialtransparencyofoneimageoveranother,orofanimageoverabackgroundortext? Itriedwithopacity,butitdidnotevencomeclosetothedesiredeff...
asked by 13.12.2018 / 11:50
3
answers

Input of type NUMBER does not consider maxlength

I have the following HTML: <input ng-model="idade" type="number" maxlength="3" placeholder="Informe a idade"> When I go to test, input ignores maxlength and lets me type as many characters as I want. Strangely,...
asked by 26.12.2016 / 13:55