RE: Hover doesn't work with CFMX?

2002-08-16 Thread Ben Densmore
I think the correct way is TOC A:HOVER{ color : #CC9933; text-decoration : underline; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } Ben -Original Message- From: James Johnson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:59

RE: Hover doesn't work with CFMX?

2002-08-16 Thread Bryan F. Hogan
Works on mine, did you happen to use a differant browser to view the two versions? -Original Message- From: James Johnson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:59 AM To: CF-Talk Subject: A:Hover doesn't work with CFMX? Hi, CF MX installed on my development

RE: Hover doesn't work with CFMX?

2002-08-16 Thread Matthew R. Small
What does the output HTML look like? Is CFMX having problems with the pound sign in the color attribute of the hover tag? Matthew Small IT Supervisor Showstopper National Dance Competitions 3660 Old Kings Hwy Murrells Inlet, SC 29576 843-357-1847 -Original Message- From: James

RE: Hover doesn't work with CFMX?

2002-08-16 Thread James Johnson
Changing to your code (TOC A:HOVER) didn't make a difference. Jim -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 9:07 AM To: CF-Talk Subject: RE: Hover doesn't work with CFMX? I think the correct way is TOC A:HOVER{ color

RE: Hover doesn't work with CFMX?

2002-08-16 Thread James Johnson
Nope. IE 6.00 Jim -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 9:06 AM To: CF-Talk Subject: RE: Hover doesn't work with CFMX? Works on mine, did you happen to use a differant browser to view the two versions

RE: Hover doesn't work with CFMX?

2002-08-16 Thread James Johnson
; font-size: 14px; } -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 9:08 AM To: CF-Talk Subject: RE: Hover doesn't work with CFMX? What does the output HTML look like? Is CFMX having problems with the pound sign in the color attribute

RE: Hover doesn't work with CFMX?

2002-08-16 Thread Ryan Kime
No Ben, the way James is doing it is correct too. -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:07 AM To: CF-Talk Subject: RE: Hover doesn't work with CFMX? I think the correct way is TOC A:HOVER{ color : #CC9933; text

RE: Hover doesn't work with CFMX?

2002-08-16 Thread Andre Turrettini
I've noted that javascript behavior links(htc I think) didnt work either. DRE -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:24 AM To: CF-Talk Subject: RE: Hover doesn't work with CFMX? No Ben, the way James is doing it is correct too

Re: Hover doesn't work with CFMX?

2002-08-16 Thread Jesse Houwing
Andre Turrettini wrote: I've noted that javascript behavior links(htc I think) didnt work either. DRE I've tried it on my local system, and it works in IE, Moz and Opara, in CFMX and IIS. It should not matter which server you use, as this is all redered by the client. Just make sure all

RE: Hover doesn't work with CFMX?

2002-08-16 Thread Andre Turrettini
using the built in webserver only hitting port 8500? Hmm. Thats interesting. -Original Message- From: Jesse Houwing [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:11 AM To: CF-Talk Subject: Re: Hover doesn't work with CFMX? Andre Turrettini wrote: I've noted