Questions tagged as 'css'

1
answer

Flip elements collapse

I have an element that I want to flip it as you click on it, this element is a collapse: <td><a class="fa fa-chevron-down iconedetalhes" data-toggle="collapse" href="#collapse{{i}}" aria-expanded="false" aria-hidden="true"></a&...
asked by 27.09.2018 / 20:11
1
answer

How do the selectors work, +, ~ in CSS?

Selector + div + p { font-size: 20px; } <div> </div> <p>Este é um paragrafo</p> <p>Este é outro paragrafo</p>    Get the first element found after your declaration. Selector ~ d...
asked by 04.04.2017 / 15:09
2
answers

Div fixed behind the others

Hello, the first div of my site has the fixed position ( position:fixed ), and when I roll down, it stays behind the other elements, like images and etc. Does not work even if I put position:absolute or position:sticky , can an...
asked by 29.09.2018 / 04:30
1
answer

Display multiple Custom post type in index

I have a Wordpress template with multiple post type, and I can do the query and display all the custom post type in the index. My Custom post type is an area reserved only for Movies, Series and Blog, but in my index I only show Movies and Se...
asked by 25.09.2018 / 17:53
1
answer

Problem with jQuery addclass and RemoveClass

Speak up, I'm having trouble using addClass and Remove Class in jQuery. I need the class="lala" section to click on it, it will disappear and appear at class="video" . I need the class "video" to occupy the same space as the class "lala"...
asked by 25.09.2018 / 19:01
2
answers

Customize select option

Personal I'm trying to customize the options of the select however the colors of hover do not change always turn blue. Follow the code .personalizar-select{ border: 1px solid red; } .personalizar-option{ border: 1px solid...
asked by 13.11.2017 / 23:28
0
answers

Owl.Carousel action of NAV buttons

Owl.Carousel's duplicate gallery causes nav to move the number of galleries instead of 1 position at a time. The default Nav works by walking from 1 in 1 position. In the custom Nav, the number of tabs interferes with the floor of the...
asked by 18.09.2018 / 09:31
1
answer

How to leave several images responsive

section { font:bold; text-align: center; } h1 { font-size: 30px; text-align: center; color: #fff; } img { width: 233px; height: 302px; border-radius: 5px; cursor: pointer; -moz-transition: all 0.3s; -webkit-transitio...
asked by 18.09.2018 / 05:22
1
answer

How to create a filter with images?

I'm creating a project that lists several store images, I want to create a filter so that I can search the store name and just show it, or search the type of cuisine, distance and everything. I tried to use a jquery but it did not work if som...
asked by 18.09.2018 / 12:46
1
answer

Check and display message if the date is less than the current date

I have a field in my system, where I would like to display a real-time message if the date entered is earlier than today's date. It would not be a validation, just show the alert. I am having difficulty with the condition and syntax for not havi...
asked by 19.09.2018 / 22:42