Questions tagged as 'html'

1
answer

Problem displaying site [closed]

Good morning, this is the following, the client asked me to create a new site for him, so far so good, I uploaded the site to his server, I changed the public_html files, but it happens that the site stays the same, old files appear. When I t...
asked by 11.10.2016 / 16:28
1
answer

Transparent Navbar Bootstrap

Good afternoon, How do I make my page start with the transparent navbar and when I scroll down it becomes like "inverse"? I already tried to give background-color: transparent !important , but it was strange, as for the scroll, I did no...
asked by 26.02.2017 / 20:22
1
answer

$ _POST take the form name="this name" ...

I have two forms submitting to the same file and I need to do an if () to check which algorithm should be executed, but $ _POST does not take the name of the form just the values. <form name="frmCadastro" method="post" action="../_controller...
asked by 18.11.2016 / 02:49
1
answer

make rows link in php

Good Night, I have a database and in it two columns, one of Links and the other of names, these links are for pages with more information about the movie, and the column name contains the names of the movies, well, I want my site to list the mov...
asked by 09.11.2016 / 00:18
1
answer

Hide element when printing page

I have a page of a product report that converts it to pdf using wkhtmltopdf. My problem is when generating the pdf I want to put a div with a banner at the end of category, if the category does not occupy the entire page. EX: report with 10 p...
asked by 26.09.2016 / 20:18
1
answer

Navbar bootstrap problem on Wordpress

A customer asked me to increase the size of the navbar, so far so good. I increased it and had no problem, however, when I go down the page and upload again, the navbar goes behind the slider.     
asked by 08.09.2016 / 22:55
1
answer

Popular table with data from a JSON

Hello, I need to populate a table according to what the user chooses in an input range, example in the range he chooses the value $ 200,000 ai at the end of filling the form returns me a table (done with ul and li) with the data referring to the...
asked by 04.09.2016 / 22:31
1
answer

How to know which div is displayed on the screen with javascript?

I have a website with several divs, and I need it when the screen arrives on a given div, an action happens, but I do not know which javascript or jquery event is responsible for that. Example: <div id='1'> div1 </div>...
asked by 05.09.2016 / 20:20
1
answer

How to limit the amount of impressions of an HTML document?

I need to limit the number of impressions of an HTML document . Currently if the file is generated (via PHP), register in the bank a sts_impresso = 1 flag, however, there are times when the user did not print for some situations:...
asked by 03.09.2016 / 16:50
3
answers

Align image to the right of the browser screen

An object by default is aligned to the left of the screen. I would like to know how to align an image on the right of the screen, so that when I change the size of the window the image remains "leaning" in the right corner of the screen, without...
asked by 01.09.2016 / 18:39