View Single Post
Old 07-02-2005, 04:54 PM   #5 (permalink)
mahangee
Noogle
 
Join Date: Jul 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
mahangee
I try and make my sites as friendly to as many browser on different platforms as possible. The easiest way to do this in my opinion is to use 's and CSS2.

However if you need different pages for IE and for FF couldn't you just have at the start page something which regonise's the users browser. Then display's the right content depending on the browser. This would only require 1 page and wouldn't be to hard to set up in PHP using $_SERVER['HTTP_USER_AGENT']; and IF statements.
mahangee is offline   Reply With Quote