Questions tagged as 'css'

1
answer

CDN font-awesome does not work correctly

Greetings! I have the following problem with font-awesome where I want to use the CDN provided by this library but I do not get the necessary result. <!DOCTYPE html> <html> <head> <link href="https://...
asked by 18.09.2017 / 16:05
2
answers

How to animate an image?

How can I animate an image, I have an arrow in png , and I would like to animate it with css3 or javascript , I am studying transitions, transformations, etc, but I still do not know how. It occurs to me to do it with javascript , with a for...
asked by 13.09.2017 / 02:43
3
answers

Jquery remove an unspecified class from an element or delete all classes except for some

I have an HTML element select # options that when selecting one of the options it will dynamically add classes to the div # container element, but I need to delete the class that was previously added to this element and then add the new clas...
asked by 26.09.2017 / 23:12
3
answers

Very extensive words are outside the li

/* General */ body{ background-color: #000000; } /* ------- */ /* 1.0 - Menu de navegación */ #menu{ list-style-type:none; margin:0; padding:0; top:0; position:fixed; } #menu li{ float: left; width: 20...
asked by 04.09.2017 / 18:54
2
answers

Hide image by CSS when doing hover

I have two divs positioned one on top of the other. In each div I have a photo. In the first appears the face of an unfocused person and above (in the other div) a png file where it looks like a text that says TOP SECRET. My idea is that when ma...
asked by 04.10.2017 / 19:21
1
answer

How can I work with events in a meteor project, for example animate ()?

I am working with React and Meteor components but since I can enter some kind of animation with jquery animate (), I have read something about 'ComponentDidMount (), by saying my components are in this way, how can I reference the DOM nodes for...
asked by 07.10.2017 / 19:05
1
answer

JavaFX: Css or Class

I would like to have some guidance about the JavaFX CSS, the question / problem is this: I'm trying to create the Hover effect in an ImageView which starts with a opacity of 0.5 ; the question is to create a Style Sheet which calls...
asked by 22.08.2017 / 05:13
1
answer

Aligned Titles

In my code: #lista1{ border:8px solid #EAF2F8; height:auto; float:left; margin-right:18px; border-radius: 15px; border-style: double; position: relative; top: 20px; text-align: center; } #lista2{ bor...
asked by 04.08.2017 / 19:39
1
answer

Datatables with Bootstrap 4

I am working on a project that shows a catalog of production cells because there are too many data that I throw when making the Query, I wanted to try to use the Plugque of Jquery, Datatables, try to do it first in the following way: <...
asked by 27.10.2017 / 18:14
1
answer

Change border-bottom-color in Material Design input

I am trying to modify the color of the lower edge of an input of the material design library that Angular offers ( Link ) by white and there is no way. I tried to edit the md-input-container and internal classes but nothing. <md-tool...
asked by 28.07.2017 / 17:21