Colors

2004-01-03 Thread JT
Does any one have a list or database of Colors by name [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

colors...

2000-12-19 Thread Jon Hall
Since there isn't a lot of activity on the list today, and I just finished a project (thanks to a lot of help from here), it must be the weather... I thought I would post some neato code I was playing with this weekend. It's a cool rollover effect, maybe for menus or whatnot, I really cant figure

Pick Colors

2000-04-10 Thread Vinicius Caldeira Carvalho
Hi there! How do I use those "pick-color" system from windows in a form? To be more specific, I have a form where the user can select a color for a text, is there a way to open that lib from windows? Like in CFStudio or anyother program? And then set the value of the form to the chosen color in he

RE: colors...

2000-12-19 Thread Gary McNeel, Jr.
Cool. > -Original Message- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 19, 2000 12:13 PM > To: CF-Talk > Subject: colors... > > > Since there isn't a lot of activity on the list today, and I just > finished a > project (tha

CFMX cfchart colors

2002-09-17 Thread Eric O'Brien
I'm trying to find a way to make each data point for a chart series a unique color. The colorlist attribute seems to only be available for pie charts??? It seems pretty weak that Macromedia would not include this basic functionality. Any ideas? ___

and bar colors...

2002-12-10 Thread brook
Does Anyone know off hand if supports a different color for each bar in a bar chart? Brook At 05:01 PM 12/10/2002 -0700, you wrote: >Assuming you can reliably determine which IP addresses go with which >country, it should be fairly easy using CGI.remote_addr (which gives you >their IP address

Re: Pick Colors

2000-04-10 Thread Seth Petry-Johnson
>Hi there! >How do I use those "pick-color" system from windows in a form? To be more >specific, I have a form where the user can select a color for a text, is >there a way to open that lib from windows? There is a script on JavaScripts.com called Color Picker that displays a color palette and le

RE: Pick Colors

2000-04-10 Thread Steve Reich
ailto:[EMAIL PROTECTED]] Sent: Monday, April 10, 2000 1:21 PM To: Cftalk Subject: Pick Colors Hi there! How do I use those "pick-color" system from windows in a form? To be more specific, I have a form where the user can select a color for a text, is there a way to open that lib from w

Alternating TR colors

2000-12-15 Thread Ryan
Lets say I wanted the background color of each row in a table to be different colors. I found this code: COLOR=###IIF(QueryName.currentrecord MOD 2, DE ('E9E7CF'), DE ('FFA768'))# But I'm not looping through a query, I'm just manaully writing table rows, BUT, some

WTFOT: colorblind colors

2004-08-06 Thread dave
does anyone know what colors are safe too use for colorblind ppl? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFMX cfchart colors

2002-09-17 Thread David Fafard
This is what I have and each series is getting the color I specify using the seriescolor. Dave - Original Message - From: "Eric O'Brien" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002

form, cookie, and colors!

2000-10-22 Thread Andrew Richardson
Does anyone have an example of a form, setting a cookie on submit, and then refreshing the page? I'm trying to allow a user to select from various different colors in a table, click submit, have a cookie set, then change the look of the site in bgcolor="%whatevercolor%" T

RE: Alternating TR colors

2000-12-15 Thread Jonathan R. Karlen
15, 2000 12:14 PM To: CF-Talk Subject: Alternating TR colors Lets say I wanted the background color of each row in a table to be different colors. I found this code: COLOR=###IIF(QueryName.currentrecord MOD 2, DE ('E9E7CF'), DE ('FFA768'))# But I'm not looping through a

Re: Alternating TR colors

2000-12-15 Thread Dru Whitledge
a table to be >different colors. I found this code: > >COLOR=###IIF(QueryName.currentrecord MOD 2, DE ('E9E7CF'), DE ('FFA768'))# > >But I'm not looping through a query, I'm just manaully writing table rows, >BUT, some of the rows may not always be d

Re: Alternating TR colors

2000-12-15 Thread Jamie Keane
www.solutionmasters.com 704.563.5559 x 228 Voice 704.849.9291 Fax -Original Message- From: Ryan <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Date: Friday, December 15, 2000 1:18 PM Subject: Alternating TR colors >Lets say I wanted the background color of each row in a table t

RE: Alternating TR colors

2000-12-15 Thread misty . d . woodward
Should be current row not current record Misty -Original Message- From: rps [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 11:14 AM To: cf-talk Cc: rps Subject: Alternating TR colors Lets say I wanted the background color of each row in a table to be different colors. I

RE: Alternating TR colors

2000-12-15 Thread Stolpner, Richard J
each time a table row is started. Then when you begin a table row, increment that variable and then set the bgcolor based on the current value of that variable. -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 12:14 PM To: CF-Talk Subject: Alt

Re: WTFOT: colorblind colors

2004-08-06 Thread Jochem van Dieten
dave wrote: > does anyone know what colors are safe too use for colorblind ppl? If you have Photoshop: Download VisiCheck and test your colors. http://www.vischeck.com/ Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: WTFOT: colorblind colors

2004-08-06 Thread Barney Boisvert
Depends on the person.  Some fail to see reds, some greens, some blues, some all of the above.  The only thing that's guarenteed to be totally safe is black on white.  Of course, you can certainly mix whatever colors you want, just make sure that the colors aren't communicating inform

RE: WTFOT: colorblind colors

2004-08-06 Thread Sandy Clark
Download ADesigner from IBM (its free) (check out my blog, I have the link there).  It simulates more than just color blindness. http://www.shayna.com/blog   _   From: dave [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 6:14 PM To: CF-Talk Subject: WTFOT: colorblind colors does

Re: WTFOT: colorblind colors

2004-08-06 Thread Ubqtous
On Fri,  6 Aug 2004 18:13:51 -0400, dave <[EMAIL PROTECTED]> wrote: > does anyone know what colors are safe too use for colorblind ppl? This color schemer might come in handy: http://www.pixy.cz/apps/barvy/index-en.html -- Ubqtous [Todays Threads] [This Message] [Subscription

CFTree and Hyperlink colors

2004-09-03 Thread Charles Heizer
Hello, I think I'm having a brain fart or something, because I can't seem to change the hyperlink colors in my CFTree objects? Thanks, - Charles [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: form, cookie, and colors!

2000-10-22 Thread Dave Hannum
b Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message - From: "Andrew Richardson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, October 22, 2000 3:26 PM Subject: form, cookie, and colors! Does a

Re: form, cookie, and colors!

2000-10-22 Thread Max Paperno
ookie on submit, and then >refreshing the page? > >I'm trying to allow a user to select from various different colors in a >table, click submit, have a cookie set, then change the look of the site in >bgcolor="%whatevercolor%" > >The site is very 'graphic lite'

Alternating BG colors on a

2001-08-21 Thread Chad Gray
I have done this in the past, but cant remember how i did it. When using a tag on a table how do i get every other to have a background color? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.

Headache with # in table colors

2004-10-05 Thread Donna French
Is there an easy way to go about handling table rows/columns colors as I am doing my page design/layout? -- Donna French [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Cfgraph column colors not responding

2003-07-24 Thread Ray Bujarski
I am running CFMX. I tried to use yellow for the color of one of my cfgraph lines and can't get anything but red. I am using 00 without the pound sign, I have tried it with the pound sign, and even "yellow". The only color I can get the cfgraph tag to render is red. I have noticed many post

Javascript, form input colors and Netscape

2002-06-26 Thread Brian Scandale
Does anyone know how to use javascript to change the background color of an form element with Netscape 4.0? I have been using statements like this for IE and Netscape 6.0+ -- frm.elements[itemNumber].style.background = "#00FF00"; -- but it does not work with Netscape 4.0 browser

Changing colors in a list box.

2000-12-01 Thread Todd Ashworth
I have something like this in a list box: LabelA: 1, LabelB: 10, LabelC: 7 That entire string is in the list box. I want to change the numbers to a different color. Is there a way to do that? I've tried using and along with style sheets attributes, but it didn't work. Thanks, Todd Ashwort

Different font colors by Event Code

2001-05-07 Thread Ann Harrell
I have this template that returns a list of scheduled events. I am thinking about adding a code for each event such as S (sam), N (Nick), A (appt) K (kids to their dad's for the weekend, yeah mom has a day off!!) ect and then I would like to return each row in a different font color per code. This

Re: Alternating BG colors on a

2001-08-21 Thread Clint Tredway
Use this: -- Original Message -- from: Chad Gray <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Tue, 21 Aug 2001 14:39:12 -0400 I have done this in the past, but cant remember how i did it. When using a tag on a table how do i get every other t

RE: Alternating BG colors on a

2001-08-21 Thread John Wilker
This is what I do for alternating row colors. just mod it for TDs Hope it helps J. John Wilker Web Applications Consultant Macromedia Certified ColdFusion Developer www.red-omega.com <http://www.red-omega.com> What does Snoop Dogg use to do his laundry? Blee-otch! -Or

RE: Alternating BG colors on a

2001-08-21 Thread Carlisle, Eric
Content -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:39 PM To: CF-Talk Subject: Alternating BG colors on a I have done this in the past, but cant remember how i did it. When using a tag on a table how do i get

RE: Alternating BG colors on a

2001-08-21 Thread Nate Smith
ust 21, 2001 2:39 PM To: CF-Talk Subject: Alternating BG colors on a I have done this in the past, but cant remember how i did it. When using a tag on a table how do i get every other to have a background color? ~~ Structure your ColdFusion code with

RE: Alternating BG colors on a

2001-08-21 Thread Kevin Mansel
-kev ~ Kevin Mansel Senior Web Developer Fox Communications [EMAIL PROTECTED] DL : 425-649-1321 C : 425-346-7221 -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 11:39 AM To: CF-Talk Subject: Alternating BG colors on a

RE: Alternating BG colors on a

2001-08-21 Thread Sicular, Alexander
bgcolor="red"bgcolor="blue"> boo oh... use cfif over iif because it is faster. good luck -alex -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:39 PM To: CF-Talk Subject: Alternating BG colors on a I have don

RE: Alternating BG colors on a

2001-08-21 Thread Dan G. Switzer, II
Nate, No need to use the Evaluate() function--it'll just slow you down: BGCOLOR="#stColor[QueryName.CurrentRow MOD 2]#" -Dan > -Original Message- > From: Nate Smith [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 3:17 PM > To: CF-Talk > Subj

RE: Alternating BG colors on a

2001-08-21 Thread Carlisle, Eric
That's pretty slick. -Original Message- From: Nate Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:17 PM To: CF-Talk Subject: RE: Alternating BG colors on a By using the mod function on queryname.CurrentRow. Create this struct to hold your two color v

Re: Alternating BG colors on a

2001-08-21 Thread Don Vawter
; <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 1:08 PM Subject: Re: Alternating BG colors on a > Use this: > > > -- Original Message -- > from: Chad Gray <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > date: Tue,

RE: Alternating BG colors on a

2001-08-21 Thread Nate Smith
Whoops! You're right. That's what I get for cutting and pasting. Nice catch. Nate -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 4:01 PM To: CF-Talk Subject: RE: Alternating BG colors on a Nate, No need to use th

RE: Alternating BG colors on a

2001-08-21 Thread Raymond Camden
oda > -Original Message- > From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 4:17 PM > To: CF-Talk > Subject: RE: Alternating BG colors on a > > > That's pretty slick. > > -Original Message- > From: Nate Smith [ma

RE: Alternating BG colors on a

2001-08-21 Thread Bill King
ugust 21, 2001 12:39 PM To: CF-Talk Subject: Alternating BG colors on a I have done this in the past, but cant remember how i did it. When using a tag on a table how do i get every other to have a background color? ~~ Structure your ColdFusion

RE: Alternating BG colors on a

2001-08-21 Thread Rick Osborne [Mojo]
Chad Gray asked: > When using a tag on a table how do i get every other > to have a background color? My favorite way: .evenrow { background-color: silver; } .oddrow { background-color: gray; } #CurrentRow# This allows me to define any styles I want in the STYLE part, including back

RE: Alternating BG colors on a

2001-08-21 Thread Jann VanOver
3:03 PM To: CF-Talk Subject: RE: Alternating BG colors on a Chad Gray asked: > When using a tag on a table how do i get every other > to have a background color? My favorite way: .evenrow { background-color: silver; } .oddrow { background-color: gray; } #CurrentRow# This all

RE: Alternating BG colors on a

2001-08-24 Thread Steven Dworman
PM To: CF-Talk Subject: Alternating BG colors on a I have done this in the past, but cant remember how i did it. When using a tag on a table how do i get every other to have a background color? ~~ Structure your ColdFusion code with Fusebox. Get

Re: Headache with # in table colors

2004-10-05 Thread Patricia Lee
Double up on the pound signs ##fff000 -or- Leave off the pound signs all together fff000 > Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? > > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [U

Re: Headache with # in table colors

2004-10-05 Thread Andy Allan
Use CSS :) Andy On Tue, 5 Oct 2004 10:55:22 -0500, Donna French <[EMAIL PROTECTED]> wrote: > Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? > > -- > > Donna French > [EMAIL PROTECTED] > >

RE: Headache with # in table colors

2004-10-05 Thread Tangorre, Michael
> From: Donna French [mailto:[EMAIL PROTECTED] > Is there an easy way to go about handling table rows/columns > colors as I am doing my page design/layout? Double them up:  color="##FF" when inside a cfoutput. I go with using external stylesheets to avoid all that double

RE: Headache with # in table colors

2004-10-05 Thread Cornillon, Matthieu (Consultant)
> Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? Donna, I'm not sure if this is what you're going for, but here's a stab: between CFOUTPUT tags, use ## instead of #. HTH, Matthieu [Todays Threads] [This Mes

Re: Headache with # in table colors

2004-10-05 Thread Greg Stewart
I'd say Stylesheets all the way G On Tue, 5 Oct 2004 10:55:22 -0500, Donna French <[EMAIL PROTECTED]> wrote: > Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? > > -- > > Donna French > [EMAIL PROTECTED

RE: Cfgraph column colors not responding

2003-07-24 Thread Matthew Walker
That tag's deprecated. Would you be able to replace it with cfchart? > -Original Message- > From: Ray Bujarski [mailto:[EMAIL PROTECTED] > Sent: Friday, 25 July 2003 11:31 a.m. > To: CF-Talk > Subject: Cfgraph column colors not responding > > I am running CFM

RE: Cfgraph column colors not responding

2003-07-24 Thread Ray Bujarski
Oh! Thanks! Sure, I will look into this. I wasn't aware of this. Ray -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 4:35 PM To: CF-Talk Subject: RE: Cfgraph column colors not responding That tag's deprecated. Would you

RE: Cfgraph column colors not responding

2003-07-24 Thread Ray Bujarski
colors not responding Oh! Thanks! Sure, I will look into this. I wasn't aware of this. Ray -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 4:35 PM To: CF-Talk Subject: RE: Cfgraph column colors not responding That tag's

RE: Cfgraph column colors not responding

2003-07-24 Thread Barney Boisvert
56.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -Original Message- > From: Ray Bujarski [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2003 4:59 PM > To: CF-Talk > Subject: RE: Cfgraph column colors not responding > > > Can anyone cut and paste their

RE: Cfgraph column colors not responding

2003-07-24 Thread Matthew Walker
This might help... http://www.macromedia.com/software/coldfusionstudio/productinfo/resources/ta g_updaters/ > -Original Message- > From: Ray Bujarski [mailto:[EMAIL PROTECTED] > Sent: Friday, 25 July 2003 11:59 a.m. > To: CF-Talk > Subject: RE: Cfgraph column colors

RE: Cfgraph column colors not responding

2003-07-24 Thread Ray Bujarski
That's what I was looking for, I wasn't able to find it, thanks! -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 5:12 PM To: CF-Talk Subject: RE: Cfgraph column colors not responding This might help... http://www.macromedia.co

Re: Javascript, form input colors and Netscape

2002-06-26 Thread Jon Hall
http://www.mako4css.com/cssforms.htm - Original Message - From: "Brian Scandale" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 7:29 PM Subject: Javascript, form input colors and Netscape > Does anyone know

Re: Javascript, form input colors and Netscape

2002-06-26 Thread Brian Scandale
candale" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Wednesday, June 26, 2002 7:29 PM >Subject: Javascript, form input colors and Netscape > > >> Does anyone know how to use javascript to change the background color of >an form el

RE: Javascript, form input colors and Netscape

2002-06-26 Thread Chris Kief
--- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 5:03 PM To: CF-Talk Subject: Re: Javascript, form input colors and Netscape Thanks Jon, That's a WAY cool link and it will be VERY useful in the future as I tune my CSS Style sheets... However, my question st

Re: Javascript, form input colors and Netscape

2002-06-26 Thread Jon Hall
that link is imo the best resource for NS4 css...if it's not there. It probably can't be done. jon - Original Message - From: "Brian Scandale" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 8:03 PM Subject:

RE: Javascript, form input colors and Netscape

2002-06-26 Thread Attley, Simon (CMG-SF)
: Wednesday, June 26, 2002 5:03 PM To: CF-Talk Subject: Re: Javascript, form input colors and Netscape Thanks Jon, That's a WAY cool link and it will be VERY useful in the future as I tune my CSS Style sheets... However, my question still remains... Using JAVASCRIPT to address form properties..

RE: Changing colors in a list box.

2000-12-04 Thread Gavin Myers
This has worked for me in a web template i made: Select a Color Red Green Blue Orange Yellow -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 3:50 PM To: CF-Talk Subject: Changing colors in a list box. I have something like this in a

Re: Changing colors in a list box.

2000-12-04 Thread Todd Ashworth
That's not *quite* what I was looking for. I want to have 2 different colors in the same tag. Example: SomeText: 7, SomeMoreText: 24 So I would get this in the list box: SomeText: 7, SomeMoreText: 24 Is this possible? Todd Ashworth - Original Message - From: "G

RE: Changing colors in a list box.

2000-12-04 Thread Patricia Lee
gt; That's not *quite* what I was looking for. I want to have 2 > different colors in the same tag. > > Example: > > SomeText: 7, > SomeMoreText: 24 > > So I would get this in the list box: > > SomeTex

RE: Changing colors in a list box.

2000-12-04 Thread Michael Thomas
These styles These other styles Thats as best as your going to get it. >From: Patricia Lee <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Changing colors in a list box. >Date: Mon, 04 Dec 2000 11:26:52 -0500 > >I

Re: Different font colors by Event Code

2001-05-07 Thread Pooh Bear
just do a CFIF letter = "K" set color ="whatever" hehehehe >From: "Ann Harrell" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Different font colors by Event Code >Date: Mon, 07 May 2001 16:4

RE: Different font colors by Event Code

2001-05-07 Thread Craig Fisher
:40 PM To: CF-Talk Subject: Different font colors by Event Code I have this template that returns a list of scheduled events. I am thinking about adding a code for each event such as S (sam), N (Nick), A (appt) K (kids to their dad's for the weekend, yeah mom has a day off!!) ect and then I wo

OT: Hover attribute with two different colors

2001-06-20 Thread Mike Amburn
Suppose I have two links on a page, one link is white on a dark background and one is black on a light background. Is there any way to get each to "hover" (i.e. CSS hover) a different color or is the hover property global to the entire page? -mike ~

RE: Hover attribute with two different colors

2001-06-20 Thread Pete Freitag
specify you will have different colors. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 10:40 AM To: CF-Talk Subject: OT: Hover attribute with

Alternating table row colors producing duplicated output

2001-08-27 Thread Mike Brunt
Can anyone see why this code is producing duplicated output for every record. This ran perfectly in the local dev enironment using CF5.0 and Access 2000. Moved to staging using CF50 and SQL2000 we are getting each record twice. Here is the code: - #SupplierName##City# #Comments# Kind

Table Row Background colors not showing in Nutscrape

2000-08-24 Thread Larry Juncker
I have written a Search results page that in IE will change the background-color of every other row to a color; If I open the same page in Nutscrape, I get a small section of the cell colored correctly only. I am enclosing a snippet of my code below. bgcolor="##DEB6A5">

alternating colors, last week and a structure problem.

2001-09-04 Thread Paris Lundis
so last week we talked about alternating rows and coloration... I took a tidbit of the code which involved creating a structure to do this.. makes a lot of sense.. I thought so we have a main application.cfm that is the same throughout our site.. it is universal.. we put this in there:

RE: Different font colors by Event Code (whoops)

2001-05-07 Thread Craig Fisher
]] Sent: Monday, May 07, 2001 5:06 PM To: CF-Talk Subject: RE: Different font colors by Event Code You should just use cascading style sheets to create a class for each event code: - Harrell Family Schedule ...S { font-family : sans-serif; color : Blue

RE: Alternating table row colors producing duplicated output

2001-08-27 Thread Cornillon, Matthieu
hings matter, but they're worth a try. Championing the trial-and-error approach, Matthieu -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:58 PM To: CF-Talk Subject: Alternating table row colors producing duplicated output Can anyone se

Re: Table Row Background colors not showing in Nutscrape

2000-08-24 Thread rkeniger
You need to ensure you write a non-breaking space - " " without the quotes - if you are not displaying content in a cell. This is a Netscape "feature". Rob Keniger -- Archives: http://www.mail-archive.com/cf

RE: Table Row Background colors not showing in Nutscrape

2000-08-25 Thread Larry Juncker
I found my problem - appreciate the replies I had an image defined for the background in the table, apparently if you have a background image in Netscape, you can not define also colors. Thanks again -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday

Re: alternating colors, last week and a structure problem.

2001-09-04 Thread Fuon See Tu
PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: alternating colors, last week and a structure problem. >Date: Tue, 04 Sep 2001 18:48:58 -0400 > >so last week we talked about alternating rows and coloration... > >I took a tidb

RE: alternating colors, last week and a structure problem.

2001-09-04 Thread Shawn Grover
ailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 5:06 PM To: CF-Talk Subject: Re: alternating colors, last week and a structure problem. you're treating the structure as an array :P why dont u just do an arraynew instead of structnew Pooh Bear Web App Developer Picture Below (chi

RE: alternating colors, last week and a structure problem.

2001-09-04 Thread Paris Lundis
ct: RE: alternating colors, last week and a structure problem. > Can I ask why you are using the server scope?? It would seem to me > this is > best suited in the Session scope, or Application scope. > > By putting it in the Server scope, you are saying that ALL other > applications

CFCHARTSERIES cannot do different colors for each bar in bargraph

2004-06-21 Thread Dustin Snell [Unisyn Software, LLC]
Hi all, Trying to switch my charts finally from the old Allaire Java applets to the new CFCHART ones.  I am using CFMX 6.1 with CFCHART and CFCHARTSERIES to show total sales for each sales rep for the current day. It is a Bar graph style outputting flash content and specifying the query parameter