PHP Browser Detection and Appropriate CSS Generation
(Page 1 of 5 )
In this article, Tim explains his browser detection utility and how you can use it to generate the right CSS for each user.Whoever said CSS would solve all your cross-platform browser display issues needs to lay off the pipe a little. I have yet to get CSS to work perfectly across all browsers / platforms, but I have gotten it to work "good enough" to get by.
I did it by using some fairly simplistic browser detection, as in recycling a library I wrote for SourceForge (which was recycled from a library on GotoCity.com).
Next: CSS Tips >>
More PHP Articles
More By Tim Perdue