Questions tagged as 'html'

1
answer

Dynamic change of the meta viewport tag

Is it possible to change the viewport of a page and have immediate effect without having to update it? Assuming I have the following viewport on the page to show on mobile devices (smartphones and tablets): <meta name="viewport" cont...
asked by 11.11.2017 / 02:33
0
answers

Bug carousel within modal Materialize CSS

I have the following bug, I have a modal and inside it I put this carousel. <!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=...
asked by 06.11.2017 / 17:45
1
answer

error creating simple like button

I'm trying to create a simple like button that simply adds a +1 to a table in col like, ignoring that it can click more than once and that it is subject to invasion because it's just a test. The way it is now it gives me the following errors:...
asked by 06.11.2017 / 16:33
1
answer

How to keep the PHP checkbox data?

How do I permanently save the checkbox ---- \ <!DOCTYPE html> <html> <body> <form action=""> <input type="checkbox" name="box" value="Bike">Pago<br> <input type="checkbox" name="box" value="...
asked by 06.11.2017 / 18:02
0
answers

The webpage has a "waffle blocking layer" in Firefox and blocks to see the content behind screen. It works fine on IE

Good afternoon. I'm trying to access a page developed and used internally by the company in a browser other than IE and I have not succeeded. The page looks like it runs a java script that creates a block that blocks content when using other...
asked by 06.11.2017 / 18:26
2
answers

CSS misaligned image

When I put an image in the upper right corner of my page, the image on the bottom left side misaligned and went down. Image below before placing the images in the upper right: Imageafterplacingimageinupperright: HMTL:<divclass="contain...
asked by 26.10.2017 / 16:53
0
answers

Create more photo fields

Hello! I made the following code in a partnership that adds photos to a form, however it is going to image 18, being separated from 6 in 6 photos per page with a footer. I need you to generate 2 more pages with 6 photos each so that you get a to...
asked by 26.10.2017 / 15:12
1
answer

Page Loading Can not Work

Good morning, I'm trying to make an animated page load for my page but jquery is not able to hide the div that contains the animation HTML <div class="loading" id="background"> <div class="home" id="homep"> <p cla...
asked by 26.10.2017 / 14:56
1
answer

CkEditor Fills data in URL when sending

Good morning guys. Have you ever seen this problem while using Ckeditor? I have a form where my <textarea></textarea> text box is replaced by the Ckeditor text editor. I have this on my page: <form class="panel input-g...
asked by 05.11.2017 / 14:43
0
answers

Friendly URL in scope

How can I pass: categoryId=101010&subcategoryId=1210101020&priceMin=1000&priceMax=3000 To: /tv/smart-tv/1000/3000 no $scope?     
asked by 05.11.2017 / 02:38