Questions tagged as 'html'

1
answer

How to avoid image scrolling?

I avoided asking someone for help for my own learning. But of all the difficulties that I have been facing, I can not solve it and it is the last step of the project. I need to insert a cell phone image in the center of the screen. So far so...
asked by 20.10.2016 / 19:07
0
answers

Doubts with select array [duplicate]

I do not have much knowledge in javascript, I would like to know if it is possible, when changing a main select, to update the others to select the same information from that main. Example: I'll choose the primary currency of a form of paym...
asked by 24.08.2017 / 16:20
0
answers

Filtered search (by Label blogger)

Hello, I'm having trouble in a blogger search system. The problem is that I want to filter searches by Label . <form action='/search' class='navbar-form navbar-right' id='searchthis' method='get' role='search' style='display: inline;'&...
asked by 24.08.2017 / 15:54
0
answers

Auto Complete Google

O input : <div class="input-group" style="width:50%;margin-left:auto;margin-right:auto;"> <input class="form-control" vs-google-autocomplete="autoCompleteOptions" ng-model="...
asked by 24.08.2017 / 14:39
1
answer

Node.js receiving GET command [closed]

Hello, because of some problems loading the Twitter bootstrap libraries into my project, I made several changes to it, with the help of other users, I got to the following Node.js code: Node.js var http = require("http").createServer(servi...
asked by 11.09.2016 / 16:54
1
answer

move_uploaded_file does not move files

I have a form (in php, I wanted to ask if it works without problem?) to insert images (the path of them) and when I enter the inserted in the database but the image does not move to the folder I'm requesting. Here is the code I downloaded...
asked by 06.10.2016 / 10:37
2
answers

Remove "margin" from responsive image on site by CSS

Good afternoon! I'm a beginner in web-based programming, and I'm having trouble removing a space that I call the "margin" of the background image on the page, which is responsive to a width:100% (). width of the page, but it is not totall...
asked by 07.10.2016 / 18:24
1
answer

Is hidden content bad for accessibility?

I have a table with three columns, one for "Species", one for "Quantity" and one for options. The quantity field can be changed when the change button is clicked, the change button is hidden to show the save button. <table class="table">...
asked by 25.08.2016 / 19:26
0
answers

How to display the DB image in php?

I'm making a website for sales (personal thing, just training) and my problem happens with displaying the uploaded image of the DB. The browser identifies that it has an image there, but it does not display it. Sending the image by $_FILE...
asked by 12.12.2018 / 00:45
1
answer

How to slide the text into an input in the hover?

I have an input with a fixed width, but sometimes the content exceeds the width of this input. Somewhere I saw a solution that by hovering the input the text inside the input slid to the end without changing the width of the field. How do I d...
asked by 12.07.2016 / 16:05