Questions tagged as 'css'

3
answers

Make objects appear

I'm having a hard time making a checkbox appear or disappear depending on the option selected. I do not understand virtually anything from Javascript at the moment. My example: I want to make a text box appear when the "Other" option is en...
asked by 21.05.2018 / 21:20
2
answers

Problem in Bootstrap Directory

I have a problem where when I try to access Bootstrap directly from the directory folder CSS does not work and only a few things remain, but when I link to the Bootstrap page it works. Remember that I am in the last version of Bootstrap. This is...
asked by 21.10.2017 / 20:06
1
answer

Materialize is not responsive [closed]

I developed a site using the css link , but it is not responsive, I wonder if the materialize is responsive and if it has to do something for him to be responsive     
asked by 20.10.2017 / 01:59
1
answer

How to hide a drawer menu by dragging?

So I'm starting to develop websites and I made a drawer style menu of google play for the mobile version of the site only that it does not hide when dragging it to the side does anyone know a way to make this interaction?     
asked by 28.03.2017 / 22:10
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
3
answers

PHP result on the same screen

I need the result of the form to appear on the same screen, I made the following code: <?php //Recolhe os valores digitados no formulário $v = $_POST['valor']; $tm = $_POST['txmensal']; $p = $_POST['periodo']; $ta = (((($tm/100)+1)**12)-1)...
asked by 22.03.2018 / 15:47
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

Use of flex in sub-items with different parent elements

I'm using flex to align the items all equally, however, the sub-items of each of them do not align equally, I used the stretch to align and gain size according to the larger, but I do not know how I do so that the elements inside the main...
asked by 21.12.2016 / 17:16
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