Questions tagged as 'css'

2
answers

Get TD value when clicking table

I have a table HTML horizontal, where I want to get the value of TD (time) when clicking on the line. Here's an image to try to illustrate better. Byclickingonthe07:00hourlineforexample,openamodaltoregistertheeventatthetimeyouc...
asked by 10.07.2017 / 01:35
1
answer

Why does the "container" class in Bootstrap leave side spaces on the page? This is normal?

Why does the "container" class in Bootstrap leave side spaces on the page? Is this normal or am I forgetting something? I need to know how to change the height of each row , as I tried to use height and it does not recognize.     
asked by 26.10.2017 / 14:56
2
answers

Animated Placeholder

I found this response link but I can not keep the placeholder as a title, as soon as I type something it disappears, in this way box goes unidentified .inputAnimado{ margin: 10px 25px; width: 200px; display: block; border: no...
asked by 08.05.2017 / 04:31
1
answer

Minimize .JS and CSS files in bulk

I'd like to know if you know of any tool that can minify files in js and css by mass, there are several files in a main folder in hundreds of subfolders, I'm using Node.js where I have several modules in these subfolders, an...
asked by 05.08.2017 / 23:46
3
answers

Fit image to div size [closed]

Well, I'm creating a mini social network but I'm having a little problem, the profile image does not fit the div. Mycodeis:<divclass="profilepic"></div> <style> .profilepic { width: 150px; height: 150px; border-radius: 50%...
asked by 17.07.2017 / 21:22
1
answer

Problems with IF loop

I'm having problems creating a if loop in jquery so that when the carousel runs the carousel() function it loop if , the problem is that it only runs if %, and then stop the loop. In this case, you were using...
asked by 15.02.2017 / 13:01
1
answer

G-Mail ignores CSS

Everyone, good afternoon! The middle-sized email gossip that ignores CSS in the emails I make, it does not even appear in emails, and sometimes when it appears, it changes the class I need for a random class of them. How can I get around this...
asked by 16.03.2017 / 17:28
2
answers

HTML Display larger image when clicking

I'm creating a Drag and Drop system to assemble a part. My question is this: By clicking on this button, I need the image of the button icon to appear enlarged in the yellow area. Any idea how to do it? (Remembering I'm not experienced in...
asked by 30.08.2017 / 20:08
1
answer

How to create 90 ° "edges" in div

Is it possible to create 90 ° borders at the tip of% s by CSS? Here is an example:     
asked by 24.08.2017 / 16:35
2
answers

Alignment Gif Loading

Hello, I have the following code: link I'm trying to align it so that it stays centered on the screen regardless of screen size or orientation (whether a cell phone vertically or horizontally), but without success. Any suggestions?...
asked by 21.02.2017 / 19:05