Since I prefer Mozilla and Opera for browsing, it is only natural that the pages I design (with CSS)are tested on them. If I fudge my web page layout for IE, which most site visitors still unfortunately use, it throws off the layout in my preferred browsers. Since I'm using a mod_perl based template system, I can easily get the
hash of the request, and deduce the UA string. What I thought would be simple is a real mess! (Just look here:
if you haven't had a taste of this chaos yet).
Does any know of a parser for these UA strings, or should I just give up and play some javascript tricks?