Questions tagged as 'css'

3
answers

Random HTML images

How about, can anyone here help me to put a panel ( div ) with images that change every so often? I already tried with <marquee> but I can not get what I want. Here an example of what I want to achieve (is the one with a bl...
asked by 12.09.2016 / 01:19
2
answers

Div hidden make space in HTML

I have two modal windows created with CSS only Even though they are hidden, they make space between the HTML, the title of the page and the condo: TITULO - - - - - - - - - CONTENIDO Here's the HTML: <div id="ocultar"> <di...
asked by 10.03.2017 / 17:55
2
answers

How can I make a css style detect it in a single format (mobile or pc)

I need to make a CSS style active only when I open the web from a desktop PC, either on tablets or mobile I can disable it. I know it's an attack on responsivity, create a carousel, but I wanted to start with the web in the middle of the imag...
asked by 24.09.2016 / 14:12
3
answers

Simplify jquery

I hope you can help me how to simplify some actions in jquery. This is my example link . It does what I want, but I think it can be simplified, I think it's the right thing to do. Of the example that I put this would be the part: $("#di...
asked by 13.12.2018 / 22:47
4
answers

change color of placeholder="Second Name"

How can I change the field of bootstrap forms specifically the white placeholder     
asked by 12.07.2018 / 15:15
4
answers

how to use classes correctly in HTML

Performing a webpage I find myself with the following doubt at the moment of giving them styles in the CSS document, here a small fragment of a div that I have made: <div class="row" data-toggle="modal" data-target="#modalAddDir" data-back...
asked by 28.06.2018 / 17:07
3
answers

HTML / CSS align input radio [closed]

Good, I have a question about how I can vertically align each of the radio inputs, since when I put a LABEL longer than another one, the image occurs, I would like all the radio inputs to start in the same place (and that to put a longer o...
asked by 01.01.2018 / 22:05
3
answers

CSS event when clicking on container

I have an image and I am trying to click on it to give me a flip effect that I have already done and to return the image to me. The point is that I have handled it with over and active. But one does it to me when I have the mouse on top of the i...
asked by 21.11.2017 / 17:35
2
answers

Add styles with js in the DOM

I am trying to add css to all the elements with the class menu-icon and menu-title, but when doing so with js, I only add the css to the first element. I mean, I have about 10 elements with that label but it only adds the style to the first one...
asked by 06.11.2018 / 10:02
1
answer

Problem with HTML item positions

I have two pages: In the first one I have the elements in a container that when they are stored in the BD are loaded in the second page. On the second page, these elements are loaded directly into the body, the problem I have is that the dist...
asked by 27.10.2016 / 20:52