Questions tagged as 'html'

1
answer

Align image in the browser window frame

I would like to know how to align an image in the palette of the browser window, so that when I change the size of the window the image remains "leaning" in the bottom corner of the screen, without being cut, follow below my progress with the co...
asked by 02.09.2016 / 04:44
1
answer

Is it possible to "hide" the toolbars, bookmarks and the like from the browser?

With the following code, I can open a new window by hiding various browser components ... <a href="#" onClick="javascript:visualControl('newpage.html'); return false;"> SampleText! </a> function visualControl(str) { wind...
asked by 01.09.2016 / 01:50
1
answer

Receiving a string from a PHP array to a JavaScript variable?

I have a PHP array with a given string,  Ex .: $matriz[2][2] = "texto"'. Then I want to pass this array to a JavaScript variable. Eg: 'var v_php = "<?php echo $matriz[2][2]; ?>";' When I display the content on the screen, eve...
asked by 28.07.2016 / 05:17
2
answers

Center form etc, leave in the center of the screen [duplicate]

I'd like to know how to centralize anything in css, type, leave in the center of the screen. Can someone help me? I'm using HTML5.     
asked by 23.08.2016 / 18:51
1
answer

Pausing / resuming a Divs Slideshow in Javascripts

I made a slideshow of HTML divs for a personal project of mine, I saw in W3School how to do it and it works, however, there was a need to pause this slideshow with a button inside each div and then resume the slideshow from where it stopped....
asked by 24.07.2016 / 23:05
1
answer

Recover file from input file bootstrap [duplicate]

Is there any difference in time to recover the Input File file in Bootstrap for common HTML? I am using the following code: and retrieving / printing on the other page with echo $ fileSize = $ _FILES ['file'] ['size']; I tried both with...
asked by 25.07.2016 / 18:12
1
answer

Field Alert

Talk the guys. I have a question, I would like to know how I can display an alert Div next to an input if this field is not filled or the data already exists in the database. ' <form action="Cadastrado.php" method="POST">...
asked by 25.07.2016 / 04:53
0
answers

Validate password with confirm password

I am trying to validate my most accurate password that is identical to the confirm password field, I am validating in php and using ajax to show error if the input value is incorrect. Have I tried comparing using === more so far nothing, any sug...
asked by 29.07.2016 / 02:38
1
answer

Write data history in the input field

I have a whole system in ajax, when the user fills a form and persists the information is not saved in the fields, how can I force this behavior in the fields via javascript?     
asked by 29.07.2016 / 19:51
1
answer

Problem with hover

I'm starting my studies in html / css so I downloaded a layout to try to develop. I'm in a part of the site that is like a photo gallery, I managed to do exactly what I wanted, but I had a problem with hover. What should happen is: you hover...
asked by 29.07.2016 / 21:15