Questions tagged as 'html5'

0
answers

input file null laravel

I have a problem saving the path of an image the image that is in the file sends me as null     
asked by 26.12.2018 / 18:21
3
answers

Error when importing stylesheet in html page

I try to link my external css to the html, but it does not work for me, that is, it does not load the style.     
asked by 29.11.2018 / 21:45
1
answer

I can not make a soft Scroll

I can not do a progressive Scroll from a text animation to the contact section. div class="wrapper"> <article id="shufle"> <div class="container"> <p class="fading-texts text-center"> <...
asked by 24.06.2017 / 16:19
1
answer

How to write paragraph within a limited space

I'm just learning html, I was sent to the university to make an html page which I never had before html so I have no other to learn alone, I searched for as much information as possible but I have to do it fast since I They gave only 7 days (add...
asked by 14.12.2018 / 04:08
1
answer

How to remove the black border of the pseudo element & :: - webkit-scrollbar-track?

I am customizing my scrollbar but for more than I try I have not managed to remove the edge of scrollbar-track, I have a black border that I do not want this, I do not know if it is an edge or a shadow, I just want it to disappear...
asked by 23.09.2017 / 04:53
1
answer

because the page does not fit the screen?

This is the page synergytech.com.co I do not know why it does not fit properly on the screen of a cell phone, will the images be? I have declared on the scale: <meta name="viewport" content="width=device-width, initial-scale=1.0">...
asked by 09.10.2018 / 00:56
1
answer

Get value by clicking a button and display it in an input text html5 and geolocation of google maps

good morning I greet you. What happens is that I want to obtain the coordinates of google maps, by clicking on a button and that the information appears in an input type text file. This is my code: function getLocation(){ if(navigator.g...
asked by 27.08.2018 / 17:41
1
answer

I need a button to always be in the same place with respect to a background image in HTML

I have an "x" image that I put in a "div" that covers the entire screen size in all resolutions. The question is that I have to place buttons on top of him and I need them to be in a certain place. Ex: The image has a "Menu" box to which I ha...
asked by 04.03.2018 / 04:31
1
answer

How to send a very large string to the php server with javascript asynchronously

How can I send large strings to the server? I would like to read a table with enough data, take the html and send it to the server. How can I do that?     
asked by 23.11.2018 / 21:24
1
answer

Fixed Cell Height

I have a Table element in some cells I sometimes show a very large text so the cell grows in High, I had thought to put a fixed stop and show a tooltip to see all the contents of the cell. I've tried with style="table-layout: fixed", I've also p...
asked by 28.11.2017 / 00:34