Questions tagged as 'html5'

1
answer

Get value from date-attr and insert into another element

I have a dynamic listing with PHP, and when I click on a "< tr >" of the table that is listed, it should open a modal with various information. What I want to do is assign certain values of the listing to Data-attributes, and with Jquery,...
asked by 11.05.2018 / 02:55
2
answers

Display code on page

What code use to display any code on the page? That is, how do I display PHP or any other code on the page so that the browser reads it as text and does not interpret it as code?     
asked by 06.04.2018 / 16:30
1
answer

photo with distorted webcam using html5 + javascript

Using the code below, I can capture a camera image through the browser, but taking into account that I want a 4x3 portrait format (354x472px). From the way the measurements are indicated, in the capture it leaves in landscape and in the snapshot...
asked by 10.04.2018 / 19:58
1
answer

Problem with background-image accessing google chrome browser on mobile

I'm having trouble with my background image on my page but just by accessing the mobile from Chrome or the default mobile browser, Mozilla Firefox from the mobile works perfectly. body{ background-image: url('/assets/img/background.jpg');...
asked by 09.04.2018 / 19:50
1
answer

How not to let an animation in CSS stop even after the mouse leaves the element

I have div that has an animation in :hover , but if the user takes the mouse from above div before the animation finishes it cuts in half and does not finish. I tried to do a spot light effect that crosses the image from l...
asked by 28.02.2018 / 19:57
1
answer

Download button without showing your way

Hello, I have a main mysite.com html site that can be found by search engine robots and I've done myite.com/download.html with these parameters <meta name="robots" content="noindex, nofollow, nosnippet, noodp, noarchive, noimageindex"&g...
asked by 02.03.2018 / 20:37
1
answer

how can I fix this menu at the top ,?

I have a site with a menu that is below my header , 150px below the top of the screen. I would like to make when I rolled the page and the menu of the site reached the position 0 of the top it was fixed and rolled the rest of t...
asked by 15.03.2018 / 12:43
1
answer

Select array to save

asked by 03.09.2018 / 16:38
1
answer

Slides in HTML5 / CSS3 - Background does not change

Need help with CSS3. I am using keyframes / animation to change the image of several article classes, in which I am using CSS to change the background in the following percentages 0, 30, 35, 65, 70, 100. The problem is in the fact that the first...
asked by 24.01.2018 / 08:00
4
answers

How to put a space between two buttons?

I have this code: <!DOCTYPE HTML> <HTML> <head> </head> <header> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </header> <body> <Titl...
asked by 21.01.2018 / 21:30