Questions tagged as 'css3'

1
answer

Change the color of a td tag of a WebGrid mvc

This is WebGrid and you need to change the background color of Celula filled "IN PROCESSING": to Red : CSS<styletype="text/css"> .grid { margin: 4px; border-collapse: collapse; width: 100%;...
asked by 24.05.2017 / 14:59
1
answer

Creating tables through div

I would like to create a table structure that can have a variable amount of columns, for example, one hour might have only 3 columns and at another time it may have 5 or 6 columns, that number is not limited, that amount columns will not change...
asked by 10.05.2017 / 14:38
1
answer

Remove date and print link

I'm making a screen with lots of information and images, so be good. My problem is that when trying to print this screen, date appears in the header and the link in the footer. Is there any way to remove this other than by browser configuration?...
asked by 12.06.2017 / 19:51
2
answers

Appear after the hover

I'm having a question, I'm developing a site based on a layout in PSD and in the main menu, it has a hover that makes an underline that is custom: I thought of putting it as after and when I did the hover, it would appear, but I'm having a...
asked by 04.04.2017 / 14:34
1
answer

Use tag map in an image responsively

Good evening, I need to link a piece of an image, but this link has to work responsibly. When I view the page on a phone, I lose the mapping. What is the best way to do this? What did I do? In the following link, there is a way to do th...
asked by 05.04.2017 / 04:40
1
answer

Bug Menu OFF Canvas

I made a menu that is only off canvas when the screen is less than 768px , otherwise it appears by default on the page This works perfectly. The problem is that if I activate the menu and then resize in the browser the menu will sto...
asked by 30.03.2017 / 03:45
1
answer

Change input radio checked by Jquery

I have one more question here in the forum rs. I created a pure css framework, I made a slider with input radio + label but had not put animation (second second switch between them). More than just now (using it on a client) I saw that it was...
asked by 15.03.2017 / 20:46
1
answer

How to replace the * selector in production

Then, when using the * selector to reset the HTML general margin CSSLint points out that in production it can give bottleneck to the user. p> *{ margin:0; padding:0; } For me the "solution" that comes to me is: html, body, div,...
asked by 07.04.2017 / 13:05
1
answer

Transition of images 4 images with animate css3

I am doing a simple advertisement that alternates 4 images in the same div, but my problem is that the duration time between 4 is not right ... it stays one on top of the other in "messy" mode ", how could I do that so the 4 iamgens get synchro...
asked by 03.03.2017 / 16:53
1
answer

Pulse Effect does not work correctly when it has 2 elements

I have the following code: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" xml:space="preserve"> <g> <circle class="pulse" fill="none" stroke="#FF00...
asked by 20.02.2017 / 20:56