Questions tagged as 'css'

2
answers

How do I remove the scrollbar to the body?

I'm looking for how to remove scrollbar to body to assign this other scrollbar that you can see if you execute it but this should include the same scroll functions (function($) { $(window).load(function() {...
asked by 14.01.2018 / 03:55
4
answers

How do I insert a source in Css?

I was watching an html course and I followed what the teacher was saying at the end of the letter but I can not use an external source. According to the video, it should be done like this: @font-face { font-family: 'MiFuente'; src: url("fu...
asked by 25.09.2017 / 15:44
2
answers

Problem with Container-fluid of bootstrap 4 with images

When I place an image inside a <div class="container-fluid"> the image always comes up with a small margin on the left, if it is assumed that the container-fluid does not contain margins. The only way I can not show up is by not pla...
asked by 16.03.2018 / 04:54
2
answers

Remove scroll bars when using overflow: scroll

I would like to know if there is any way to hide the scroll bars when I use the overflow:scroll command. They appear to me if there is overflow or if there is not and they are horrible to look at. I also get a bar for the horizontal overf...
asked by 30.10.2017 / 10:31
3
answers

Create border of different palette or rainbow colors

I would like to know how I could create a border top of different colors. Place the reference image below.     
asked by 22.11.2016 / 17:56
2
answers

Place image as pointer

Good, I've been changing the pointer for other styles like "wait", "crooshair", etc. However I am unable to change the cursor for any image I have on the pc. HTML <html> <head> <script src="DH18.js"></script> <l...
asked by 11.08.2017 / 13:23
2
answers

Get CSS attribute in JS

I want to get a property of css in js to add its value. In the following code I have a div called bubble, and what I want is to increase its value in scale (0.1) each time the function is executed and the only way I can think of is to obtain...
asked by 10.10.2018 / 11:54
3
answers

Change background of the navbar

I have a bootstrap navbar (download the CDN to set all the changes on the page with bootstrap). The problem is that I can not change the background of this, no matter how much I get into their classes and use! Important, I checked with the eleme...
asked by 02.09.2018 / 20:39
1
answer

Simplify CSS

I have a margin like this ( Fiddle example ): .menu--margen { background: #f4f4f4; border-right: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb; border-top: 1px solid #bbbbbb; border-bottom: none; margin: 3px auto;...
asked by 11.04.2016 / 22:03
1
answer

PlaceHolder in the margin of the input

What is the name of this effect or property? Is it from Bootstrap?: As you can see, the placeHolder is aligned with the margin of the TextBox when you click inside it to write.     
asked by 18.09.2017 / 23:48