Questions tagged as 'html5'

1
answer

angularJS $ http.get (localhost / test) does not work in Chrome

In my controller I have a $http.get(http://www.testesitelocal.com:18888/teste_json) which returns me the values of the test JSON. I make this request on my local machine. In Webview I did in JavaFX this works normal, but in Chrome it does...
asked by 25.02.2014 / 13:26
1
answer

Save checked checkboxes and load them when the page is reloaded

I would like checked checkboxes to be saved and loaded whenever the page is reloaded or reopened, in addition, icons will be displayed for the options. I made a function in java script that loads the functions when the page is opened, using t...
asked by 25.06.2018 / 03:38
2
answers

Create an image gallery

I'm starting a project and would like to create a page with a gallery like in the scheme below: Websitethatowns Gallery So it looks like the images are made available by lines, but I've only been able to make the images available by colu...
asked by 28.06.2018 / 20:56
2
answers

Center text in header [duplicate]

Hello everyone. I created a header with 100% of screen size (regardless of screen size) like this: header { background-image: url('img/background.jpg'); height: 100vh; width: 100%; } <header> <div class="texto-head...
asked by 23.05.2018 / 22:00
1
answer

How to put background image? [duplicate]

How do I put an image to the bottom of my site? It's not working. HTML <!DOCTYPE html> <html> <head> <title> Praticando #1 </title> <meta charset="UTF-8"> <meta name="view...
asked by 26.05.2018 / 22:29
1
answer

Regular expression to validate a field

I have an input on the form that should only accept the following formats: Examples 1AB 1AB2CD 1AB2CD3EF The minimum size must be 3 and maximum 9, and must always follow the pattern 1 digit and 2 letters. It should not be accepted...
asked by 05.06.2018 / 13:53
1
answer

Obfuscate part of the background-image, leaving other parts clear

I'm trying to play this Dribble "example", though I'm not achieving. My current progress is this (using SCSS), however as it turns out I duplicated the background to achieve this effect, so that the images are aligned exactly one on top of...
asked by 04.06.2018 / 21:02
1
answer

Information goes beyond the place of display

I have 2 rectangles on the screen that serve to display data within them. But when you have a lot of information the data goes beyond its size. I want to make sure that the data does not go over it, and by hovering over the information the in...
asked by 19.09.2018 / 14:30
2
answers

Is it possible to return the Javascript result in HTML only with Javascript?

How can I return the result of this code in HTML: The main function of the code is at the end of the code ... //estrutura do problema. var problem = { init_state:"III", end_state:"VIII", action: [ ["I",1,280],["II",2,280],[...
asked by 19.09.2018 / 15:16
1
answer

How to center rotated text in a div?

Hello beloved community! I'm rotating a p inside a div, but I can not centralize it, I'm having a hard time in css, I've tried setting a width: and height: for p, I left it as a self but it does not work. p.vertical {...
asked by 02.02.2018 / 18:10