Questions tagged as 'css3'

1
answer

How to Overlap one Image with another?

I'm having trouble positioning one image after another without using position absolute/fixed . When using divs instead of imgs, if you apply float:left , it stays in context above the other divs, overlapping with other divs, but with...
asked by 04.07.2018 / 15:34
1
answer

Text larger than the button

I have a problem that I can not solve. I made an accordion, as in the image below using bootstra 4, the desktop version of it looks like this: Butthemobileversionofthetextgetsbiggerandendsupextrapolatingthelimit,Itriedtouseoverflow-x,butther...
asked by 21.08.2018 / 16:18
1
answer

How to get the first and last class parent of a div contained within a TD via CSS / SASS?

I would like to know how to get the first and last parent of a class set (.date) that is contained in a div within an element. Here is an example code sequence: <table> <tr> <td>Nome</td> <td&...
asked by 27.08.2018 / 16:05
1
answer

How to change owl-nav's position on the Owl.Carousel

I'm using the Owl.Carousel and I'm breaking my head with the positioning of the NAV arrows, I need instead of being below the articles it stays up.     
asked by 11.09.2018 / 08:15
1
answer

Selector 'not' does not work

I have a gray box with a low opacity and inside it a word, while applying the selector 'not' on the main 'div' to cancel the opacity of the word that is in a 'p' tag surrounded by this 'div' the 'not' selector does not do its job and the word co...
asked by 07.07.2018 / 05:39
1
answer

Reduce fonts or break text in Bootstrap 4 or HTML5

The names of people in my HTML, when responsive, have a break, as shown in the following image: ThenameSanderson,the"N" goes down, can not have this break or decrease the source? Follow the snippet in HTML: </section> <sect...
asked by 25.06.2018 / 15:10
2
answers

How to center a form without affecting the labels?

I have a form like this: Theformisinsideaclasscalledcontainerwhichhasthefollowingattributes:'.container{width:80%;margin:auto;padding:30px;}IfIaddatext-align:centertothecontainer,Icancentralizetheform.However,whenIdothis,thelabelsontopoftheinpu...
asked by 26.06.2018 / 19:10
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

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
1
answer

Hide mobile menu after clicking

I'm having trouble hiding the menu in responsive mobile mode. There is something wrong, when I click on the link the menu disappears, but when I click to open again it is giving a bug, opens and closes quickly. What can it be? $('.navBar li a'...
asked by 02.07.2018 / 14:13