Questions tagged as 'html'

1
answer

Change button link according to select

I am developing a flat table, where the values of these plans vary depending on the options selected in (there are 4 selection options). This part of changing the plan value according to the options you have chosen has already been resolved,...
asked by 22.05.2017 / 19:10
1
answer

Questions about HTML / CSS - Spotify Page

I'm recreating Spotify's Home by following a course I took on the Net and by continuing alone the rest of the site I did not yet have in the course, there are parts where I'm experiencing difficulties. I marked in red in the image the part th...
asked by 01.03.2017 / 20:15
1
answer

What is the way to create PivotTables in HTML and JS? [closed]

Hello, I'm having difficulty setting up a screen with HTML, CSS, JS, AngularJS. I need to mount a screen where the user chooses the amount of parcels, course; and according to this must set up: a table where the first line should contain the mon...
asked by 11.03.2017 / 23:53
1
answer

How to transform a div and an input text?

I would like to know how I could transform the divs of my dynamic form into input text value when it is clicked on submit. My form <div class="container"> <h1 class="restaurant-title">Peixaria</h1>...
asked by 06.02.2017 / 14:50
1
answer

Chat does not appear

Good evening guys, so how are you? I have created a very simple code, If it is activated, it shows the chat, if it is disabled, it displays the error message, if the chat is activated it should display the chat, however, it displayed the v...
asked by 19.02.2017 / 03:25
1
answer

How to do page transactions

Hello,I'mworkingonasysteminphpandIwouldliketoknowhowIcandoitsothatIcanhavetransitionbetweenpages,typehasregister,changeandreport,howcanIlinkthepagesintheinputforminhtml.ThisismycodebelowhowcanIdoit.<section><divclass="circle"></d...
asked by 23.12.2016 / 21:27
1
answer

Animation in Before Overwriting Text

I'm trying to make an animation in the :: before of a paragraph every time I move the mouse But this CSS is overwriting everything that is written in the paragraph, even though Before instead of After. p::before{ width:200px;...
asked by 16.04.2017 / 00:05
1
answer

Impose minimum number of characters typed in an input [closed]

I tried several methods but I could not until now, some even worked, but they went wrong when they came across my JavaScript mask that automatically adds "/" to the "Birth Date" field. How do I do this? <? //require "conn.php"; inc...
asked by 15.04.2017 / 05:25
1
answer

How to display a message in a clean div / div! [closed]

How can I display a message in a div that has no content or tag. Ex: <div class="mensagem"></div> $ msg="Hello World"; I wanted to display this message from the $ msg variable in the div tag, I do not want to simply use...
asked by 01.03.2018 / 05:21
1
answer

Get input date value

I have two input date created, and I would like to get the date of the two by a button. <div class='col-md-5 col-lg-4'> <div class="form-group"> <span>Inicio</span>...
asked by 08.02.2018 / 17:41