Questions tagged as 'css'

1
answer

CSS does not access the button inside if

CSS is working with the button within else but it does not work with the button inside if . The button that is inside the if refers to the page with the user logged in and the else with the logged off user that is usually loa...
asked by 28.03.2018 / 19:11
1
answer

Display block does not work in Safari

I'm trying to change the css of a loading via javascript. The element is as display:none and when I submit change this element to display:block and it appears on the screen. The issue is that when tested in Mac Safari it just...
asked by 30.03.2018 / 01:24
2
answers

Switch menu color on page scroll

How do I change the color of a menu when scrolling the page? I'm doing this $(function() { $(window).on("scroll", function() { if($(window).scrollTop() > 100) { $(".sidebar-wrapper").addClass("teste2"); } else { $("...
asked by 21.10.2015 / 13:58
1
answer

Remove CSS inside the iframe

Hello, I have a page and I'm displaying it in an iframe, I want to create it as if it were a version 2 of the page with another style, so I want to remove the css from it and add another one without having to edit the style.css file, because I a...
asked by 25.04.2018 / 23:19
0
answers

CSS failed to open in mobile

So, I have the following page: link On computers, they work fine at any resolution. This is logical, using those plugins that reduce the resolutions of browsers. Tested on Firefox, Chrome and Edge. IE 10 logo does not reduce d...
asked by 25.04.2018 / 15:21
1
answer

Change the dynamic menu item in asp.net, from "mouse hover" to click

I have a dynamic menu in ASP.NET and one of these menu items contains a submenu, however to access this submenu a mouse hover event does not appear in my code. I need to change this "mouse hover" event to click somehow, even if it is by css or j...
asked by 25.04.2018 / 14:33
2
answers

Select Previous CSS Element

I'm trying to select the other parent element of a table , but it is not rolling via CSS . HTML <table> <tr> <td> <div> <input type="radio" class="voo-radio" name="voo-radio"> </div>...
asked by 06.04.2018 / 04:27
0
answers

text animation [closed]

Does anyone know which text animation name of the clip "Alone - Alan Walker"? at the end "You are not alone" where the lyrics move and makes a glitch animation. Who knows I just need the name, because I will do in the after effects.     
asked by 16.04.2018 / 20:30
0
answers

How to color SVG without the path fill?

Well, I rasterized an image and I need to color it. The point is that the same is not any geometric shape (shirt collar) and need to give the user the option to color it. However when exporting svg the Fill attribute does not appear, which would...
asked by 17.03.2018 / 06:53
1
answer

Validate Forms in Materialize

How can I validate forms by Materialize? I'm trying to use jquery-validate for this but it does not work, I put the rules and even when a rule is invalid the field still turns green. How can I make the field only go green when it's...
asked by 16.03.2018 / 16:00