Questions tagged as 'css'

1
answer

Apply a class to the selected tag

I have a very simple menu that I set up in css, I wanted to know if I can identify the <li> that is tagged with selected and apply the hover effect that is in the .horizontal-menu li:hover class. .top_menu {...
asked by 06.07.2017 / 20:00
1
answer

Css dropdown menu when opening should make the page dark

I made a drop-down menu with bootstrap, but I want it when this menu opens (it opens on page content), the entire page is in an opaque effect. I tried to do something like this by touching the background, but it was not cool in the pictures, I w...
asked by 06.07.2017 / 20:24
2
answers

Hover and Disabled at the same time

I have 2 buttons. One I want to be disabled and the other is hover effect. When I do this way below the two buttons are hover effect. How do I make the button that is disabled have no effect? .btn-destaque{ padding: 25px 15px 25px...
asked by 18.07.2017 / 15:46
2
answers

Problems with 'onsubmit' in form and function 'setTimeout'

When I invoke the 'valid' function nothing happens. What is my mistake? I also need to make the 'valid' and 'like' message disappear after 5s (I could not use setTimeout) function dislike() { document.getElementsByClassName('esconde')[0...
asked by 14.07.2017 / 21:15
2
answers

Select combobox from a click on the table row

I have a combobox and a table: I would like every time when clicking the table, select the item in the combobox according to the click. Following is an example of the problem. Try to click multiple times in the table. At first it works,...
asked by 14.07.2017 / 15:33
1
answer

How to make the IMG tag display the image with real and responsive dimensions?

I have a dynamic list in% com_of_commercial guide where there are banners with different dimensions, but all are being stretched to the maximum. How can banners be listed in their actual size and with responsiveness? See what's happening in t...
asked by 14.07.2017 / 13:28
2
answers

Delay transition error

I'm doing a CSS animation with hover, however a problem has arisen, when hovering the item, it first transitions into the first element within itself, and after that, it transitions into another, but I need a transition, how can I fix this? H...
asked by 06.09.2017 / 15:26
1
answer

Layout with 3 columns in CSS

Does anyone know where to find material where I can have a north of how to make this color effect in the photos and how to divide into 3 columns with texts on the background image?     
asked by 05.07.2017 / 01:04
3
answers

JQuery does not execute correctly

I'm creating a sidebar that will contain some accessibility options. The big one is in parts the sidebar is working properly. 1st Clicking on the accessibility icon, the sidebar opens normally, if you click the icon again, it closes and click...
asked by 05.10.2017 / 15:42
3
answers

How to do horizontal scroll with divs the size of the screen

I have 4 div's who would like to set a% horizontal% to navigate them, but the scroll are the size of the screen (and I want them to be full screen size). I've been able to make an example, however, since the div's occupy the...
asked by 06.10.2017 / 16:07