Posts Tagged ‘PHP’

Using PHP to load browser-specific styles

Friday, June 27th, 2008

PHP allows programmers to detect the browser and operating system for every page visitor. This capability isn’t limited to PHP, but that’s what we’ll be working with today. This article is a proposed workflow for solving browser-specific CSS bugs.

(more…)