Comments on: background-attachment https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Thu, 22 Mar 2018 17:30:23 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Alex https://css-tricks.com/almanac/properties/b/background-attachment/#comment-1617891 Thu, 22 Mar 2018 17:30:23 +0000 http://css-tricks.com/?page_id=196157#comment-1617891 In reply to Alex.

… when you also applied a css filter to the element, that is.

]]>
By: Alex https://css-tricks.com/almanac/properties/b/background-attachment/#comment-1617890 Thu, 22 Mar 2018 17:26:59 +0000 http://css-tricks.com/?page_id=196157#comment-1617890 There is a bug in Firefox 59 that makes the page jittery when scrolling over an element with background-attachment: fixed.

Bug status report here: https://bugzilla.mozilla.org/show_bug.cgi?id=1418923

]]>
By: Bernie https://css-tricks.com/almanac/properties/b/background-attachment/#comment-1604162 Fri, 16 Sep 2016 19:49:19 +0000 http://css-tricks.com/?page_id=196157#comment-1604162 There’s a bug in Chrome 53 on Mac that causes background-attachment: local not to work unless you set border-radius for that element too. And the value for border-radius must be greater than 0.

Chrome 51 on Windows 10 has the same bug.

More here: http://www.quirksmode.org/blog/archives/2016/07/the_backgrounda.html

]]>
By: Tips Code Blog https://css-tricks.com/almanac/properties/b/background-attachment/#comment-1602172 Tue, 14 Jun 2016 01:43:04 +0000 http://css-tricks.com/?page_id=196157#comment-1602172 In reply to Paolo.

Careful this not work in mobile / tablet device -> chrome android

Thanks

https://tipscodeblog.wordpress.com/

]]>
By: mjuliakbar https://css-tricks.com/almanac/properties/b/background-attachment/#comment-1598636 Fri, 18 Dec 2015 04:13:52 +0000 http://css-tricks.com/?page_id=196157#comment-1598636 In reply to Paolo.

You can modify manually on media queries in the css file

]]>
By: Paolo https://css-tricks.com/almanac/properties/b/background-attachment/#comment-1596218 Fri, 31 Jul 2015 01:45:06 +0000 http://css-tricks.com/?page_id=196157#comment-1596218 Hi, i’m a big fan of your site and tutorials!

i’m working on this site: http://nest.gov.ph/visitors and i have some fixed background on the bottom section and also in the about page somewhat like a parallax effect but not totally. My problem is it’s working on desktop but on tablet and mobile the background just scroll with the content. How can i make it work on those devices? do you have a tutorial for this? Thanks

]]>