Questions tagged as 'css'

1
answer

Limit the counter () to a certain level in the list of lists

I have this HTML that I can not change: <ol> <li>Main <ul> <li>Secondary A</li> <li>Secondary B</li> <li>Secondary C</li> </ul>...
asked by 20.11.2014 / 22:20
4
answers

How to make Button style Material Design only with CSS

On Android and design system Material Design it is common to see this button they call Ripple Buttom . link ButitisdonewithJSandmyintentionistodoitwithCSSonly.IsitpossibletodosuchaneffectwithCSSonly?Noticethatwhenbtnisclickedittrigger...
asked by 18.12.2018 / 14:39
2
answers

How to use fadeIn () in addClass ()?

I have 10 elements with class "hide", less the first one. When I click on a button I remove the next hide and add the class "show", but when I add it I want to put a fadeIn () effect. Is it possible?     
asked by 20.02.2014 / 15:06
4
answers

Dropdown menu partially opens

I have a dropdown menu using twitter-bootstrap 3 and it's inside a <li class="media"> , so every <li> has a dropdown with some actions, it happens that when the height of the <li> is less than the height of...
asked by 06.08.2014 / 20:31
1
answer

How does Bootstrap responsive utilities work?

From the point of view of application performance, how does the hidden-** and visible-** classes work? If I put a div with hidden-xs it will load on an xs device and it will not be visible, or the bootstrap does this chec...
asked by 27.10.2015 / 23:09
1
answer

Attach a footer type element in the page footer

I'm doing a job for college where we were instructed to take advantage of the new HTML5 semantic tags (nav, section, footer, etc). I'm having trouble fixing the footer at the bottom of the page. I've tried using CSS and jQuery, but nothing came...
asked by 06.06.2014 / 07:30
1
answer

multi column adjust content

I'm getting results from a search and displaying on a div using column count width:800px; -webkit-column-count: 3;-moz-column-count: 3;column-count: 3; But I need the column to be closed at the end of the sentence or some kind of wildcard....
asked by 18.06.2014 / 20:50
1
answer

Broken layout Safari8

Hello! I'm starting in frontend and am having some problems with compiling code in different browsers. Developing a header and a Canvas style menu I came across the totally broken layout in Safari8. I used some css tags from render engines --web...
asked by 17.01.2017 / 20:46
4
answers

How to change Bootstrap 3 code?

Is it possible for me to edit some of a Bootstrap CSS code in my taste? If so, how?     
asked by 05.05.2017 / 18:43
1
answer

What is the utility of: host,: host () and: host-context ()

What is the utility of pseudo classes :host , :host() and :host-context() ? If possible with some practical example     
asked by 22.06.2018 / 20:18