Questions tagged as 'css'

1
answer

Vary the color of a range

Hello, I have the following range var $sliders = $("input.slider"); $.each($sliders, function(i, elemento){ tooltip: 'always'; console.log(elemento.id); var slider = new Slider('#'+elemento.id, { formatter:...
asked by 23.08.2018 / 18:42
1
answer

How to make irregular figures

What I want to do is an isosceles triangle with the tips cut out or flat in this case will have 6 points as a hexagon, but I do not know how this can be done from CSS. I tried something like this: .triangulo_mascara{ overflow: hidd...
asked by 23.08.2018 / 20:27
1
answer

Stop Morphext animation when you finish the sentences

I'm trying some animations with Morphext and the truth that I liked a lot, for now I want to stop the publication to reach the last word or phrase that is within id="js-rotating" but I could not ... .. I translated the documenta...
asked by 19.06.2018 / 04:13
2
answers

How can I make a menu on an image?

I hope and you can help me with a question I have since I do not know much about css yet. Well, how can I make a menu on an image with css example I have the following html and css code: <div class="image-menu"> <img src="images/i...
asked by 06.07.2018 / 00:45
2
answers

Center dt / dd vertically in Bootstrap 4

I tell you, I'm working with Bootstrap 4, and I'm having a problem wanting to vertically center the dd within a dl My code would be something like that dl { display: flex !important; justify-content...
asked by 26.07.2018 / 17:04
2
answers

How to change the default colors of the options of a select?

What I would like to do is that the drop-down list that comes out of a select that in this case would be a set of options , have a different background color and when they are passed over it modify the key of it. CSS code:...
asked by 09.02.2017 / 21:50
1
answer

Align elements with background image

I have a background image that fits the browser with cover so it depends on the resolution the image fits the width or height. The issue is that I have a series of elements that I want to always be on a specific place in the background...
asked by 24.10.2018 / 09:58
2
answers

Align to the right NAVBAR in bootstrap 4

I would like to line up Bootstrap 4 the browser to the right. By default it is left, I tried in several ways but I could not, here I leave the code. <body> <header> <nav class="navbar navbar-dark">...
asked by 03.11.2016 / 20:59
4
answers

Break the "tail" that leaves the "hover" effect

I need a div to have a style when you pass the cursor over ( hover ), and another style when you do a click . //HTML <div>texto</div> //HOVER JS $('div').hover(function() { $(this).css({'background-color':'blac...
asked by 09.03.2018 / 21:12
1
answer

Because div occupies the height: 100% without indicating it

Because the div with class iconmas occupies me in height 100% without saying it, I only indicate padding 0 0.5% .padre { position:relative } .ttcategoriax { position: relative; width: 100%; } .ttcategoriax p {...
asked by 05.03.2018 / 23:52