Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2167

[3.3.x] Styles Support & Discussion • CSS Preload images?

$
0
0
Found this article: https://www.dhiwise.com/post/preload-im ... experience
Just wondering if its something we can use?

Code:

/* Preloading CSS Background Images */body::before {  content: url("./images/morning_bg.png");  content: url("./images/day_bg.png");  content: url("./images/midday_bg.png");  content: url("./images/afternoon_bg.png");  content: url("./images/evening_bg.png");  content: url("./images/goodnight_bg.png");  display: none;}

Statistics: Posted by Stoker 4.0 — Sun Feb 16, 2025 7:25 am



Viewing all articles
Browse latest Browse all 2167

Trending Articles