Re: [PHP] php/css and .htaccess [SOLVED]

2006-09-23 Thread J?rgen Wind
tedd wrote: > > At 10:37 AM -0500 9/21/06, David Giragosian wrote: >>On 9/21/06, tedd <[EMAIL PROTECTED]> wrote: >>-snip- >> >>Now, this header coupled with the above .htaccess allows php code to >>be embedded within a css file AND work for all popular browsers, >>incl

Re: [PHP] php/css and .htaccess [SOLVED]

2006-09-22 Thread Richard Lynch
On Thu, September 21, 2006 12:17 pm, tedd wrote: > To the gang -- is this something new, or am I getting excited over > nothing? I been doing it long time now... You mean everybody doesn't run their CSS through PHP so they can make it do what they want for each page? How odd... :-) -- Like Mu

Re: [PHP] php/css and .htaccess [SOLVED]

2006-09-22 Thread Richard Lynch
On Thu, September 21, 2006 10:37 am, David Giragosian wrote: > So with this approach you're able to tailor css styles for specific > browsers > and their particular implementations of css, rather than employ hacks > directly in the css?? That's one possible use. Really, though, once your CSS is d

Re: [PHP] php/css and .htaccess [SOLVED]

2006-09-21 Thread Eric Butera
On 9/21/06, tedd <[EMAIL PROTECTED]> wrote: At 10:37 AM -0500 9/21/06, David Giragosian wrote: >On 9/21/06, tedd <[EMAIL PROTECTED]> wrote: >-snip- > >Now, this header coupled with the above .htaccess allows php code to >be embedded within a css file AND work for all po

Re: [PHP] php/css and .htaccess [SOLVED]

2006-09-21 Thread tedd
At 10:37 AM -0500 9/21/06, David Giragosian wrote: On 9/21/06, tedd <[EMAIL PROTECTED]> wrote: -snip- Now, this header coupled with the above .htaccess allows php code to be embedded within a css file AND work for all popular browsers, including FireFox/Mozillia. -snip-

Re: [PHP] php/css and .htaccess [SOLVED]

2006-09-21 Thread David Giragosian
On 9/21/06, tedd <[EMAIL PROTECTED]> wrote: > tedd wrote: >> I embedded php code inside css and changed my .htaccess to read -- >> >> >> SetHandler application/x-httpd-php >> >> >> -- so that the css file would be processed and executed by php. The end >> result was that everything wor

Re: [PHP] php/css and .htaccess [SOLVED]

2006-09-21 Thread tedd
tedd wrote: I embedded php code inside css and changed my .htaccess to read -- SetHandler application/x-httpd-php -- so that the css file would be processed and executed by php. The end result was that everything worked and did what I wanted. However, FireFox / Mozillia won't accept