Top "Css-filters" questions

CSS filters are post-processing effects such as opacity, gradients, and shadows which can be applied to elements using CSS3 properties

How to apply a CSS filter to a background image

I have a JPEG file that I'm using as a background image for a search page, and I'm using CSS …

css background-image css-filters
How can I make a CSS glass/blur effect work for an overlay?

I am having trouble applying a blur effect on a semi-transparent overlay div. I'd like everything behind the div the …

html css blur css-filters
CSS filter: make color image with transparency white

I have a colored png image with transparency. I would like to use css filter to make the whole image …

css css-filters
Flip / mirror an image horizontally + vertically with css

Im trying to flip an image to display it 4 ways : original (no changes), flipped horizontally, flipped vertically, flipped horizontally + verticly. …

html css transform css-filters
Can you add a non-square drop shadow to PNG content with CSS?

Is it possible to do a drop shadow on the content of a PNG? Not a square, but an object …

css image transparency shadow css-filters
How to create a frosted glass effect using CSS?

I'd like to create a div that is fixed in one position and make it translucent - making the contents …

html css image-processing transparency css-filters
Is there any way to colorize a white PNG image with CSS only?

I know there are many css filters out there especially for webkit, but I can't find a solution for colorize …

css colors css-filters
CSS 3 filter (blur) not using transition duration

I found this neat technique for cross-browser blurring. But it didn't look like the transition was having an effect, so …

css blur css-filters
How to calculate required hue-rotate to generate specific colour?

I have a white image that I am using as a background for a div, and I would like to …

css css-filters
Invert svg image using css?

I'm trying to invert an image file with .svg extension using css. I know .png and .jpg files can be …

css image svg css-filters