If you look at https://neilrisko.com/HCE/index.php/one-page-new it's jittery in Safari.
body {
background-image: url("img_tree.gif");
background-repeat: no-repeat;
background-attachment: fixed;
}
That will also jitter.
body {
background-image: url("img_tree.gif");
background-repeat: no-repeat;
background-attachment: fixed;
}
That will also jitter.
Statistics: Posted by guy_in_ohio — Fri Feb 16, 2024 12:37 pm