Questions tagged as 'css'

2
answers

Is it possible to use min, max and step in CSS?

I have an input of type number with min and max in HTML. is it possible to use this min , max and step in CSS? <input class=input_number id=delai type=number min=1 max=10 step=2 name=delai required /...
asked by 10.07.2015 / 15:10
1
answer

How to remove the edge of the image?

I have this image: 1) 2) that is being used with icon for <input> : ' <input type="button" class=" button_add" />' With CSS I've added it to a li : input.button_add { float: right; height: 40px;...
asked by 28.05.2015 / 12:33
1
answer

Get only styles declared in CSS for an element

I am trying to make a CSS converter for inline styles using only client-side technologies. Searching even found something, in the case is library (jquery.inlineStyler) and this is implementation , but it does not answer me how I would l...
asked by 08.06.2015 / 21:59
1
answer

effect: hover and: active for image

As you can see in the code below, I have 3 links with an image in each of them, which point to an iframe just below. These images are grayscale, but by hovering over them they are colored thanks to the class "step" . But I would like the effe...
asked by 08.08.2015 / 01:00
1
answer

Generate CSS from inline css of DOM elements

Hello, I made a document, large, full of inline css, and I know that mixing css with html, using the direct style attribute on the element is a bad practice .. But now, do you have a way to generate a common, unique css by grouping all inline...
asked by 26.01.2015 / 14:16
1
answer

What is the gain of "unifying" the .css and .js resources of a site?

Scenario: A X site has 5 .css files and 5 .js files all with 5KB , a / strong> has the same HTML as the X site but its .css and .js resources are linked together (.js with .js and .css with .css) . Question: What is the difference...
asked by 06.11.2015 / 15:35
2
answers

Center Horizontally

I can not centralize my div in the middle of the page! I tried to use what they posted in this post , in this other post , in CSS Tricks and in a bunch of other sites on google and I can not centralize the div horizontally. CSS: ht...
asked by 15.04.2015 / 19:24
2
answers

Space between specific columns in the table without creating a false td

I'm looking for a solution to leave a pre-determined space between columns in my table, without using <td> or <th> false (with nothing written, only with a style padding). It is desired to place spaces of 5px between the...
asked by 27.10.2015 / 15:20
2
answers

slideToggle hides multiple divs when to hide / display only one at a time

I have several records in PHP, and when I click on a link "More information" opens a <div> hidden, but clicking this link opens the <div> hidden from all records. My Javascript code is as follows: function abre...
asked by 18.06.2015 / 20:13
2
answers

Problem with table width

Good people, I have a table like this: The"thead" part where it says Dorsal, Name ... etc is a table (table1) and the rest is another table (table2), basically they are two tables that I tried to do with them if they aligned using width bu...
asked by 12.06.2015 / 13:43