Questions tagged as 'css'

1
answer

I can not see the difference of absolute and relative positions and when should I use them? :( [duplicate]

I know that the absolute and relative position have a difference that the absolute edit the flow of the page and that should be used within a relational usually, but when should we use them? in this code I can not see the difference of using i...
asked by 02.12.2017 / 15:27
1
answer

how to pass a .scss sheet to .css?

I just installed sass with ruby installer cmd, now how should I convert my code into css and apply it with link in html? ? I am new in the pre processors and I do not find the right option to achieve this, in the page of sass econtre muypoca inf...
asked by 02.12.2017 / 16:28
1
answer

error with a select2 in front of a modal

I have the following problem, when selecting the select2, the options are shown below the modal hiding from the user's view, some way of solving it and showing it in front of the modal? Try the following code: .select2{ z-index: 999999; }...
asked by 01.12.2017 / 00:19
2
answers

JavaScript Entries

It's my first post here, and I'd like to ask you a question that would solve my life with a project. I am developing a web page in HTML, CSS and JS, in this, I have a kind of "Virtual Calculator". My idea was to ask the user to enter some values...
asked by 30.11.2017 / 18:01
1
answer

Get the column number from among the "prime" elements

I have the following html structure: <tbody> <tr> <td><input type='text' class='celda clave' value='1'></td> <td> <select class='celda'> <option selected='true' disable...
asked by 21.11.2017 / 02:37
1
answer

Problems with carosel in bootstrap 4

// Carousel Auto-Cycle $(document).ready(function() { $('.carousel').carousel({ interval: 8000 }) }); #myCarousel { position: center; padding: 2em; } /* Thumbnail Box */ .caption h4 { font-size: 22p...
asked by 21.11.2017 / 14:38
2
answers

highlight html list option when clicking

How can I do so that when I click on an option in an html list the backgroud of a color that stands out over the other options remains, I have done it with the active property but it does not do what I need and with the property hover then it wo...
asked by 20.11.2017 / 04:25
1
answer

Change value of 'meta' in link css after onload

I have a problem. I'm trying to use asynchronous CSS loading to optimize my graphic elements. In the <head> of my html I have several links of .css (example:) <link id="cs1" rel="stylesheet" href="css/ZooCss.css" media=...
asked by 16.11.2017 / 22:18
1
answer

How to use CSS within a jQuery?

What I want is that this jQuery { <script type="text/javascript" class="navegacion_header"> jQuery(function(){ jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 200) { jQuery('#logo-img img')...
asked by 05.12.2017 / 18:02
1
answer

How do I click on a zone to display a div from the center with jQuery?

Good morning. I have this code to display the div after clicking on the photo of Stolen Kiss, attached photo: When I click on the photo I want this div to start from the center and expand up and down at the same speed. Deputy photo o...
asked by 15.11.2017 / 09:44