Questions tagged as 'html'

1
answer

Understanding position, display and float in responsive layout

I created a simple "project" with CSS , HTML and JS , with the purpose of my learning. However there were some doubts about the end of the project (I'll leave the link for download), DropBox - Project . My biggest question...
asked by 10.06.2016 / 06:23
0
answers

Pagination angular error [closed]

I read about paging after implementing the code, however, when I tried some of the suggestions that gave me an error, this was one of them ( link ). I added in html the pagination div , I changed the controller with the example code,...
asked by 27.12.2018 / 18:01
1
answer

PHP variable within modal

Hello, I'm practicing my programming skills, and I found a catch; I tried to put a PHP variable that the user would type inside a modal, only for testing, however, I have found it very difficult to do so. It would not have to be anything complex...
asked by 28.08.2015 / 14:34
1
answer

What could cause the stop in a FOR? (javascript)

I'm having a problem with a script, the same for a FOR, and it does not run the rest of the i. In case you are in this line: for (i = 1; i < ultimoId;i++) { line 43 if you look at some Ide. Follow the script: $(documen...
asked by 18.09.2015 / 16:45
2
answers

Padding Bottom does not work [closed]

I'm making the mobile version of my site, with two bars (one at the top with the logo and another at the bottom of the page with contact links). These bars are fixed, appearing on a list occupying 100% of the screen. The problem is that the base...
asked by 15.10.2015 / 02:49
0
answers

Problem with ID and name of new HTML elements

My doubt is conceptual. I have a script that generates new rows for a table. I need to apply functions to the individual rows, but as the new rows are clones from the first rotate in to adjust these functions individually. Is there a way to indi...
asked by 26.12.2018 / 20:34
3
answers

Data register with AngularJS and PHP does not work

Hello, I have a form, simple, with 3 fields, name, email and password in HTML and along with an AngularJS code. However, by submitting the form, I get the message that the data was sent to the bank, but they are not there at the same. <!...
asked by 27.08.2015 / 21:22
4
answers

How do I not allow "" and "" in my Insert [closed]

Well, I have an INSERT, and I would like to have someone else type in the text something with "<" or ">" Code: $autor_id = $_POST ["autor_id"]; $texto = $_POST ["texto"]; $query = "INSERT INTO 'videos' ( 'autor_id' ,...
asked by 26.07.2015 / 09:09
1
answer

how to display user data on a bootstrap card after login is validated

Hello, I'm developing a real estate site where I want to store user information after login, I'm trying to use session, but I'm not having success in storing my user information in the variables, on page after login where I was to aparecero name...
asked by 23.11.2018 / 17:28
1
answer

How to make a menu with the whole gray background?

I want to make a menu like this in the photo with a gray background. css code: #menu ul{ position:absolute; list-style:none; text-transform:uppercase; left:-40px; top:54%; } li{ margin:-20px 50px 0px 50px;...
asked by 01.12.2018 / 21:47