Questions tagged as 'css'

1
answer

Round corners when clicking [duplicate]

I have the following button: As I show you this is what you see when you click. round the button with border-radius my question is: Can you also round those corners when clicking?     
asked by 20.09.2018 / 21:51
0
answers

Real-time notifications with php

Hello, such good morning friends, someone could guide me in the process of notifications for my web in real time. I do not know how well done to perform a query with JavaScript every so often, this can saturate the application.     
asked by 21.09.2018 / 16:55
2
answers

How do I run a gradient animator

I can not make a gradient work, this is the code of my website: .overlay { background: #ff0000; background-size: auto auto; background-size: cover; height: 480px; position: absolute; width: 100%; z-index: 2; } Gradient code...
asked by 19.09.2018 / 08:12
1
answer

Change color of a row in an html table depending on a value

I am trying to change the color of a row of my html table, depending on the value of a cell, but when I update the page I observe the colors that I put them, it takes about 1 second. and these colors disappear, I'm using Chrome. What could be...
asked by 23.09.2018 / 09:53
1
answer

show value in div with image every 10 seconds

I would like to achieve 2 questions, the first is that I have an image inside a div, that simulates a little light, the idea is that depending on the number of records in a table I show the image and over it the number. I use a function to bring...
asked by 12.09.2018 / 17:38
0
answers

Show flashing div depending on the result of a query

I have a PHP page that every x seconds consults another PHP the number of rows of a query. Based on that answer, that is, if the value is greater than zero, I would like to show a div , which is an alert, which should be intermittent. I...
asked by 12.09.2018 / 21:03
1
answer

cancel styles (css) in Child Theme

I am working on a web in Wordpress and with a child theme. I would like to know if you could help me determine the css code that I would have to enter in the child theme to make the following css code, which comes from the parent theme, go away:...
asked by 12.09.2018 / 01:30
1
answer

Vertically center Bootstrap 4 custom checkbox

I'm working with Bootstrap 4.0 and I'm trying to put together a form-row that has two columns, on the left a input and on the right a custom-control-input of type checkbox . My problem is that I can not vertically c...
asked by 12.09.2018 / 14:22
1
answer

truncate table information in html

I have the following table: <table> <thead> <tr> <th class="center">ID</th> <th class="center">Estado</th> <th class="center">Comentario</th> </tr...
asked by 15.09.2018 / 06:45
0
answers

CSS and Script Editor

I run into the following problem: I have a progress bar steps (step progress bar), inside the css includes :before and :after works rather in html, unfortunately when I incorporate it in the editor script, I do not follow the ru...
asked by 10.09.2018 / 15:52