Questions tagged as 'css'

2
answers

Spacing between divs overlays

I have this site that contains a slider the problem that is happening is that depending on the size of the screen the spacing between each slide changes, does anyone have any idea how to solve this? I'm using the bxslider plugin. T...
asked by 04.02.2014 / 11:11
2
answers

How to take background-color from padding?

I'm using Bootstrap 3 and I have a div like this: <li class="col-md-3"> <img src="image.jpg" alt="Example" /> <div style="position: absolute; width: 100%; height: 100%; "> <span style="position: absolute; w...
asked by 04.02.2014 / 14:36
1
answer

How to change the page when finishing an animation?

I wanted when I finished this animation that I put in the code, the animation page was redirected to another page in that category, to the "index.php", that is to say, this animation appears to welcome the person, and badly ends the animation, r...
asked by 09.11.2018 / 00:27
1
answer

How to keep the Scroll in the last position after refreshing the page

I made a few attempts, but I was not successful ... The priority is to be in pure JavaScript ... But as I could not, I tried with jQuery as well. The situation would be, each time the user increases or decreases the amount in the input, the p...
asked by 07.11.2018 / 13:51
2
answers

Navbar Vertical

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script><scriptsrc="https://cdnjs.cloudflare...
asked by 14.12.2018 / 18:28
1
answer

How to put the overflow bar at the top of the table

I have a table with a bar ( overflow-x ) to scroll to the sides. The bar is under the table, but I would like it to stay on top. I got the bar to spin the table 360 degrees and the bar 180 degrees, but it gave a problem with a graph tha...
asked by 09.10.2018 / 14:25
0
answers

jQuery does not capture custom radio button clicked (click)

I have a simple HTML that <input name="chave_binaria" type="radio" id="radio_39" value="1" class="with-gap radio-col-green" checked> <label for="radio_39">Esquerda</label> <input name="chave_binaria" type="radio" id="radi...
asked by 05.12.2018 / 23:34
0
answers

Page hosted on GitHub Pages was broken

I uploaded a project to ghpages , locally the same project is working normally, but the remote repo is not, it was broken, only html appears, it is not loading the project images , general media, or style sheets. I opened the browser ,...
asked by 06.12.2018 / 14:41
1
answer

Make div stay inside another

I'm good at HTML but from yesterday to today something has been breaking my mind and so far I have not solved it! I want the following result (edited in PS): buthowareyoudoing? Hereismycode:<divstyle="width:400px;height:400px;position: relat...
asked by 03.11.2018 / 17:51
1
answer

How to put this form below the header?

I'm now starting to study HTML, does anyone know how to put the form I created below the Header? h1 { text-align: center; } /* caixa header */ .headerbox { padding: 30px; background: blue; color: white; text-align:...
asked by 24.12.2018 / 00:47