Questions tagged as 'html'

3
answers

How to dimension aside and center div according to the height of the screen

I'm trying to scale the side menu and content div between the header and the footer so that it fills the entire screen even though I do not have a lot of content. if it has a lot of content, it would have the scroll bar. Like this: Hows...
asked by 30.07.2017 / 23:55
1
answer

Consume WebService

Hello, I have a link from a service link that when accessed via web browser, asks me for login and password and I get result in json (only after entering username and password). "field": "given"; I would like help writing a page, perhaps...
asked by 17.07.2017 / 04:10
1
answer

How can I centralize this custom menu?

<style type='text/css'> ul#nav { width: 1500px; margin: 0 auto; text-align: center !important; overflow: hidden;} ul#nav li {float: left; list-style: none; align: center;} ul#nav li a{display: block; width: 11...
asked by 17.07.2017 / 05:34
1
answer

Use the same datalist for multiple pages

I'm trying to make a system where I would have a datalist with all my options and every page of my site would be mirrored. Example: <input type="text" name="tCid" id="cCid" placeholder="Insira uma opção" list="cEst" /> <...
asked by 17.07.2017 / 04:22
1
answer

Button calling page

Where in my css code do I add an on.click to call href to another page .meubotao { -moz-box-shadow: 0px 1px 0px 0px #000000; -webkit-box-shadow: 0px 1px 0px 0px #000000; box-shadow: 0px 1px 0px 0px #000000; background:-webkit-g...
asked by 14.07.2017 / 21:05
2
answers

Button in the center of the screen

I found the solution here, if anyone needs it position:absolute; top: 500px; left: 200px; Hello everyone, I've got a new test here for an application, and I'm having trouble getting the button in the center of HTML via css, follow the code:...
asked by 14.07.2017 / 19:24
0
answers

How to put a countdown counter with random numbers?

I'm trying to create a regressive product counter with javascript. Starting with a number that I determine. Ex .: 357 After a few seconds. Ex: 2s This value decreases randomly. Ex .: 159, 78, 25 I want to put it inside a class. Do th...
asked by 13.07.2017 / 22:28
0
answers

Viewing documents in .PDF in different folders

Good morning! I have a panel where several PDF files are posted, however there are 3 different folders according to each file type. And in that panel, I need to put a method where the person can view the file. But I do not know how to do this se...
asked by 25.07.2017 / 13:54
0
answers

How to forward the input to another page?

Hello, my problem is the following, I have a page made in php to execute the download, and I need to call it in the button (input) already tried by onclick, but at the same time I call the precise page concatenate with a variable . Could you help...
asked by 04.08.2017 / 22:03
2
answers

How to set content right inside a navbar?

I'm developing a website and need to leave a lead picker pinned to the top, along with the top menu, to the bottom of the button (as shown in the image). .lp-menu{ min-height: 70px; background-image: url('http://unif...
asked by 04.08.2017 / 21:50