Questions tagged as 'css'

2
answers

Select options line break that contains a very large value

Is it possible to break the line of a very option ? ex: <select> <option>texto muito extensp<br/>restante do texto</option> </select>     
asked by 20.10.2015 / 21:21
3
answers

How to solve vertical centralization bug in Firefox?

The code below works perfectly in Chrome 46, Opera 32, Safari 9, but in Firefox 41 it does not work, the element gets stuck at the top instead of being centralized. Run the code below: .o-hero { background-color: #25385f; colo...
asked by 14.10.2015 / 04:05
2
answers

Responsive side menu with button

I have a side menu: Iwouldliketoputabuttontohideandshowthismenu,andthatwhenIdecreasetheresolutionappearsthisbuttonsothatIcandisplayit.HTML:<divid="wrapper"> <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class=...
asked by 02.10.2015 / 19:24
1
answer

Add CSS to specific page via JS

I'm currently using Blogger, and I want to add css styles to just one specific page. I used a few times ago a default code of the blogger himself that allowed this (), but it does not work anymore. So I wanted to ask you guys to give me a JS sol...
asked by 25.10.2015 / 17:52
1
answer

Position one element over the other

.lista-cartoneira h1 { font-size: 1.2rem; margin: 12px 0 12px 0; font-weight: 500; } .lista-cartoneira h2 { font-size: 1rem; margin: 12px 0 12px 0; } .lista-cartoneira img { width: 80px; height: 80px...
asked by 19.11.2018 / 12:47
2
answers

What should I use to make one grid system within another?

I'm doing a carousel that will show some post ads recently posted. The div that contains the carousel is container , and the carousel elements are also container type. When I create grids inside other elements that are alread...
asked by 19.11.2018 / 05:58
1
answer

I can not place function on inputs that contain masks

PersonalIhavethesethreefieldsinaproductregistrationsystem.Thefirstisthecostprice,thesecondistheprofitontopofthefirst,andfinallythesalesvalueoftheproduct.WhathappensisthattocalculatethissalesvalueIcreatedafunctioninjavascriptthatcalculatesoverth...
asked by 16.11.2018 / 17:41
1
answer

How to put Transition in Form Option

I'm having a hard time applying an effect to an Option, I have a form where you have Name, Email, Phone, Themes. In Where Themes is, it has a Child Decorations option, when selecting Child Decorations it appears another Option below and I wou...
asked by 03.09.2015 / 22:34
1
answer

DIV does not open in browser CHROME and IE

I'm trying to solve a CSS problem in my development: HTML: I created a responsive DIV with 1 COLUMN (GRID of 6) for a specific content section. I already put text inside this one. CSS: I created a class to stylize this DIV #s...
asked by 24.03.2016 / 11:32
1
answer

Scroll to the next section

I already researched in several places but until now I have not found how to do this effect. What I need is for the scroll to look exactly like this site: link That is, whenever the user scrolls the site will go to the next section....
asked by 17.03.2016 / 17:26