Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
cross-browser

20 Articles
{
,

}
Direct link to the article Quick Hit #100
browser chrome cross-browser firefox interop safari

Quick Hit #100

See More

Interop 2026 is here — find out which features Chrome, Safari, and Firefox have agreed to make consistent across all web browsers.…

Daniel Schwarz on Feb 18, 2026
The Interop 2026 dashboard showing the current test coverage for Chrome, Edge, Firefox, and Safari.
Direct link to the article Interop 2026
browser cross-browser news

Interop 2026

Interop 2026 is officially a thing and there's plenty of new (and even old) CSS features that we can look forward to being cross-browser compatible and consistent!
Geoff Graham on Feb 17, 2026 Updated on Feb 19, 2026
Direct link to the article Some Cross-Browser DevTools Features You Might Not Know
cross-browser DevTools

Some Cross-Browser DevTools Features You Might Not Know

I spend a lot of time in DevTools, and I’m sure you do too. Sometimes I even bounce between them, especially when I’m debugging cross-browser issues. DevTools is a lot like browsers themselves — not all of the features in …

Pankaj Parashar on Mar 22, 2023 Updated on May 17, 2024
Direct link to the article Scroll Shadows? Pure CSS Parallax? Game Back On.
background-attachment cross-browser safari scrolling

Scroll Shadows? Pure CSS Parallax? Game Back On.

Chris calls scroll shadows one his favorite CSS-Tricks of all time. Lea Verou popularized the pure CSS approach using four layered background gradients with some clever background-attachment magic. The result is a slick scrolling interaction that gives users a hint …

Geoff Graham on Jul 29, 2022
A floppy disk used for install king Netscape Navigator.
Direct link to the article “Evergreen” Does Not Mean Immediately Available
@supports cross-browser progressive enhancement

“Evergreen” Does Not Mean Immediately Available

I have a coworker who is smart, capable, and technologically-literate. Like me, they work on the web full-time.

When they are sharing their screen in a meeting, I find myself disassociating fixating on the red update button in their copy …

Eric Bailey on Feb 1, 2022 Updated on Feb 8, 2022
Direct link to the article On Browser-Specific URL Schemes
chrome cross-browser edge ios links

On Browser-Specific URL Schemes

We’ve covered URL schemes:

A URL Scheme is like “http://…” or “ftp://…”. Those seem like a very low-level concept that you don’t have much control over, but actually, you do!

I’d call it non-trivial, but developers can register new …

Chris Coyier on Oct 26, 2021
Direct link to the article @supports selector()
:where @supports cross-browser selectors

@supports selector()

I didn’t realize the support for @supports determining selector support was so good! I usually think of @supports as a way to test for property: value pair support. But with the selector() function, we can test for selector support …

Chris Coyier on Oct 19, 2021
Direct link to the article iOS Browser Choice
cross-browser ios safari webkit

iOS Browser Choice

Just last week I got one of those really?! 🤨 faces when this fact came up in conversation amongst smart and engaged fellow web developers: there is no browser choice on iOS. It’s all Safari. You can download apps that …

Chris Coyier on Sep 28, 2021
Direct link to the article System *Things
cross-browser system fonts

System *Things

I think we’re all largely aware of colors like this:

color: OldLace;
background: rebeccapurple;

I guess you’d just call those “named colors” in CSS.

Those aren’t the only kind of named colors there are though. Some of them are …

Chris Coyier on Jun 28, 2021
  • 1
  • 2
  • 3
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top