Re: [css-d] handheld http-referrer

2007-11-29 Thread David Hucklesby
Rick den Haan wrote: > > > Getting back on topic (sort-of), won't building separate pages for handhelds > be more > time-consuming than adding a stylesheet that shows/hides stuff? > On Wed, 28 Nov 2007 14:25:40 -0500, Gilbert Midonnet responded: > > As far as time consuming, no. They have several

Re: [css-d] handheld http-referrer

2007-11-28 Thread Gilbert Midonnet
hours. Thanks for the Andy Moore link. Gil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick den Haan Sent: Wednesday, November 28, 2007 1:49 PM To: 'Gilbert Midonnet'; 'CSS-Discuss' Subject: Re: [css-d] handheld http-referrer Gilbert Mi

Re: [css-d] handheld http-referrer

2007-11-28 Thread Rick den Haan
Gilbert Midonnet wrote: > I need to do a quick down and dirty retrofit of a site. Adding a stylesheet > media="handheld" will be too time-consuming. I would rather do this > server-side: if http-referrer = handheld redirect to another page. Only > problem is that I can't seem to find the http_refer

[css-d] handheld http-referrer

2007-11-28 Thread Gilbert Midonnet
I need to do a quick down and dirty retrofit of a site. Adding a stylesheet media="handheld" will be too time-consuming. I would rather do this server-side: if http-referrer = handheld redirect to another page. Only problem is that I can't seem to find the http_referrer for handhelds. thanks