filter: blur(1px); doesn’t work in Firefox, Internet Explorer, and Opera

Try with SVG filter. img { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: url(#blur); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=”3″); } <img src=”https://i.stack.imgur.com/oURrw.png” /> <svg version=”1.1″ xmlns=”http://www.w3.org/2000/svg”> <filter id=”blur”> <feGaussianBlur stdDeviation=”3″ /> </filter> </svg>

How to get a rotated linear gradient svg for use as a background image?

To rotate the gradient you can e.g use the ‘gradientTransform’ attribute, like this: <?xml version=”1.0″ ?> <svg xmlns=”http://www.w3.org/2000/svg” width=”100%” height=”100%” viewBox=”0 0 1 1″ preserveAspectRatio=”none”> <linearGradient id=”grad-ucgg-generated” gradientUnits=”userSpaceOnUse” x1=”0%” y1=”0%” x2=”100%” y2=”0%” gradientTransform=”rotate(65)”> <stop offset=”0%” stop-color=”#ffffff” stop-opacity=”0″/> <stop offset=”100%” stop-color=”#ff0000″ stop-opacity=”1″/> </linearGradient> <rect x=”0″ y=”0″ width=”1″ height=”1″ fill=”url(#grad-ucgg-generated)” /> </svg>

DOM Level 3 XPath in Internet Explorer

Yes, there’s still no XPath support in IE =/. For me, the most reliable way to use document.evaluate in every browser is, sadly, via a library. It’s called Wicked Good XPath and it’s a recent Google-authored rewrite of the old good JavaScript-XPath library. I’ve been using Wicked Good XPath since the release and have been … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)