Questions tagged as 'style'

1
answer

Does anyone know why the elements already added inherit the new colors?

I'm testing a method here, for adding tags, I want one of each color, but with the Angle ngFor, the colors are all the same with each new tag added. Here is the code: <div class="container"> <input type="text" class="form-control" [(...
asked by 12.03.2018 / 21:50
2
answers

effect bar filling css in menu [duplicate]

people should recreate the effect of the menu on that site: link however I am not getting it, I was able to create the bar and make the bar grow but it grows over the menu, capping the writing ....... the way I tried it is doing a class with...
asked by 26.06.2018 / 22:31
1
answer

WPF - Trigger on elements inside a wrap panel

I have a wrap panel that contains several dockpanels, and I need each dockpanel to change its background by hovering the mouse over it. I think creating a trigger for each element would not be appropriate. My sham is like this: <StackPanel&...
asked by 25.09.2018 / 15:23
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

Animation in css

I have a code in html that when I click the button it opens a modal, and within the modal I have another button to close, and I would like to put an animation in the open time and at the closing time, for example it fading or something like that...
asked by 25.01.2018 / 04:35
1
answer

Change display at the push of a button

I have a page that has two tables, and I have two "option1" and "option2" buttons, one for each table. I want you to press the "option1" button, keep the first table visible and leave the second table invisible, by pressing the "option2" butt...
asked by 16.11.2017 / 21:18
2
answers

Java Script does not change a display div from "none" to "block"

I would like some help on the element style.display in java script. JS is not changing a div declared in jsp from none, to block. I have a jsp page that has a hidden type div: <input type="radio" id="ContaForm" name="nuTipoContaR" value="1...
asked by 28.08.2017 / 18:46
1
answer

You need to use a Theme.AppCompat theme (or descendant) with this activity [duplicate]

I'm having this problem when I run my app on an android 4.4. I've been looking for solutions all day, but nothing works and I can not find any errors in my code. Thanks in advance for any help! style.xml:<resources><stylename="App...
asked by 06.03.2017 / 18:48
1
answer

Code reuse?

Good afternoon people! I have a question, is my logic correct? And it is possible to reduce this code or just have this way to solve ... var aluno = new Object(){ function adicionar_aluno{ document.getElementById("a...
asked by 11.09.2018 / 19:44
1
answer

Divs Overlay with Scroll to the top

I need to make an overlap of divs such as this, to stop the scroll at the top of the page and to come to another one on top. link But I can not seem to get a page to do this. Can someone help me ?? Thanks in advance!)     
asked by 23.09.2017 / 21:12