Questions tagged as 'css'

1
answer

Button back to the top is not overlapping the footer

I'm having the following problem, I created a button back to the top, placed it in the lower right corner and gave it a position:fixed in it. I'm making use of the jQuery library. The problem occurred when the scroll bar reached the end,...
asked by 21.07.2018 / 18:53
1
answer

Remove items and change total value

Hello, I have a problem that I am breaking my head at times and I just can not understand why this occurs ... In my application I have a cart that until then inserts products normally, adds the sum of its values and adds to the total, however, w...
asked by 25.06.2018 / 00:31
3
answers

DIV Alignment Bootstrap [duplicate]

I used the code that @hugocsl pointed me to and aligned, but now it gets minuscule on the responsive. I used the min-width and it worked! .mapa img {     float: left;     border: 1px solid; } .mapa {     display: flex;     justify-content:...
asked by 25.06.2018 / 20:57
1
answer

Problem showing / hiding divs when uploading site

Hello, I'm using JQuery to show / hide the divs. When I open the local page the divs work normally (open and hide), but when uploading the page to the web (hosting), the divs no longer work. I already looked at the preview and is not showing any...
asked by 26.06.2018 / 15:37
1
answer

Animation with height with relative measures

.item-case { position: relative; overflow: hidden; padding-right: 0; padding-left: 0; margin-right: 15px; margin-left: 15px; } .item-case .info { min-width: 100%; max-width: 100%; backgro...
asked by 13.01.2015 / 13:41
1
answer

How to make two divs have the same height even though they have different size content?

Hello, How can I leave a <div> with dynamic height, that is, when the <div> with the contents of the products grow the <div> that contains the menu also grow together, getting both with the same height?...
asked by 09.01.2015 / 02:27
1
answer

Focus / active event in a header

I have a traditional header, which thanks to @hugocsl, which helped me in this question , a transition of colors, when a menu item is in hover . Everything works fine, what I want now is to keep the same effect, in addition to hover...
asked by 28.05.2018 / 20:22
1
answer

menu overlap the entire document

I have the following jQuery: $("div.menuMin img").click(function(){ $("div.menuMin").css("display","none"); $("div.menu") .css("position","absolute") .css("display","block") .css("w...
asked by 27.05.2018 / 15:22
3
answers

How to change the properties of a direct imported image in CSS?

Let's say you have defined an image as the background of a div as follows: #div { background: #111111 url(../imagens/imagem1.jpg) top center; background-size: cover; How do I change the properties of this image, for example: filter: g...
asked by 29.05.2018 / 00:44
1
answer

Transparency problem using position fixed in css

I'm trying to create a menu that does not move independent of the user's scrolling on the page using position fixed . But I'm having a problem with transparency, whenever the menu finds other content, it's transparent. Before I used...
asked by 02.07.2018 / 17:08