RE: [PHP-WIN] CSS Question

2002-08-16 Thread Martin.Andrew
You can always build the entire CSS file with PHP and use standard PHP varaibles where necessary > I know this is not the specific list for this, but I figured there'd be a couple > CSS gurus here. > > Is there a way to create CONTSTANTS or variables in css? > > I have 2 colors that I need t

RE: [PHP-WIN] CSS Question

2002-08-16 Thread Brian 'Bex' Huff
I can state quite comfortable that neither CSS Level 1 nor CSS Level 2 support constants, variables, or anything along those lines. They are strict data files. There is some talk on the lists about adding such support, but not much hope. Looks like you're stuck typing :1,$s/x/green/g in Vim

RE: [PHP-WIN] CSS Question

2002-08-15 Thread Collins, Robert
TED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Scott Carr [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 1:59 PM To: PHP Windows Subject: [PHP-WIN] CSS Question I know this is not the specific list for this, but I figured there'd be a couple CSS gurus here.

[PHP-WIN] CSS Question

2002-08-15 Thread Scott Carr
I know this is not the specific list for this, but I figured there'd be a couple CSS gurus here. Is there a way to create CONTSTANTS or variables in css? I have 2 colors that I need to use in about 20 places, and it would be benificial to use a constant. Thanks for any help. -- Scott Carr