RE: IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-03 Thread Brian Scandale
:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 12:28 PM To: CF-Talk Subject: IE 6.0 Bug ... style sheet bug ... looking for workaround I just installed a large project on a site that is used exclusively with IE 6.0 and suddenly some very simple text is not displaying inside forms. So I hit

RE: IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-03 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
Have you checked MS site for a possible fix? Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 1:48 AM To: CF-Talk Subject: RE: IE 6.0 Bug ... style sheet

RE: IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-03 Thread Robert Obreczarek
Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 11:48 PM To: CF-Talk Subject: RE: IE 6.0 Bug ... style sheet bug ... looking for workaround Tried that... and a zillion other things too. ;-( Are you running IE 6.0 and see the problem?? At 11

RE: IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-03 Thread Brian Scandale
) [EMAIL PROTECTED] -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 1:48 AM To: CF-Talk Subject: RE: IE 6.0 Bug ... style sheet bug ... looking for workaround To: [EMAIL PROTECTED] Subject: IE 6.0 Bug ... style sheet bug ... looking

IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-02 Thread Brian Scandale
I just installed a large project on a site that is used exclusively with IE 6.0 and suddenly some very simple text is not displaying inside forms. So I hit it with IE 5.5 and all is OK. I am having trouble with Free Form text that floats above Select Boxes not displaying unless I drag the

RE: IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-02 Thread Robert Obreczarek
Brian, Try adding a pound sign before the rgb color value. background: #66; Robert -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 12:28 PM To: CF-Talk Subject: IE 6.0 Bug ... style sheet bug ... looking for workaround

RE: IE 6.0 Bug??

2002-05-31 Thread Adrian Lynch
I'll have some of that too :O) [EMAIL PROTECTED] -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 04:34 To: CF-Talk Subject: Re: IE 6.0 Bug?? I have the problem reduced to a simple .html file and a .css style sheet that goes with it if someone want

RE: IE 6.0 Bug??

2002-05-31 Thread Tony_Petruzzi
remove the # background-color: 66 Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 5:31 AM To: CF-Talk Subject: RE: IE 6.0 Bug?? I'll have some of that too

RE: IE 6.0 Bug??

2002-05-31 Thread Ryan Kime
class=form-color form action=gohere.cfm method=post tr tdinput type=text name=qwqw size=20/td /tr Hope that helps! Ryan Kime -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 9:00 PM To: CF-Talk Subject: IE 6.0 Bug?? Just

RE: IE 6.0 Bug??

2002-05-31 Thread Brian Scandale
30, 2002 9:00 PM To: CF-Talk Subject: IE 6.0 Bug?? Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text is not displaying... So I hit it with IE 5.5 and all is OK. Next I pulled the View/Source output apart and everything looks OK. Discovered that if I pull

IE 6.0 Bug??

2002-05-30 Thread Brian Scandale
Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text is not displaying... So I hit it with IE 5.5 and all is OK. Next I pulled the View/Source output apart and everything looks OK. Discovered that if I pull the background statement,(SeeBelow) out of the .css

Re: IE 6.0 Bug??

2002-05-30 Thread Critz
oi Brian!! have you tried background-color: ? (dunno if it works) -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May 30, 2002, 10:00:00 PM, you wrote: BS Just installed on a site that is

RE: IE 6.0 Bug??

2002-05-30 Thread Ken Wilson
Does it like background-color: #66; any better? Ken -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:00 PM To: CF-Talk Subject: IE 6.0 Bug?? Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text

Re: IE 6.0 Bug??

2002-05-30 Thread Jason Miller
2 suggestions 1 - move it into the body tag body { background-color: #66; } 2 - background-color: #66; one of those should do it - I recommend #1 jay miller Brian Scandale wrote: Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text is not

Re: IE 6.0 Bug??

2002-05-30 Thread Brian Scandale
Changing to ...-color: in the FORM .css file statement effects no-change. it still renders the color and causes the text to not display... unless I drag the scroll bar causing the browser to re-paint the scrolled area of the page. Then the text becomes visible. I don't want the entire

Re: IE 6.0 Bug??

2002-05-30 Thread Jason Miller
wait - i just realized something.. your coloring the form boxes? and inputs? or the table the form is in? place the color instructions on the table or td tags. Use the CSS to redefine the table or similair tag In any event explain better exactly what you are trying to recolor as background..

Re: IE 6.0 Bug??

2002-05-30 Thread Brian Scandale
I have the problem reduced to a simple .html file and a .css style sheet that goes with it if someone want to take a crack at it... :-) At 08:14 PM 5/30/02 -0700, you wrote: Changing to ...-color: in the FORM .css file statement effects no-change. it still renders the color and causes the

RE: IE 6.0 Bug??

2002-05-30 Thread Ronald West
Have you tried removing the pound sign? I believe that CSS allows this. - Ron -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:14 PM To: CF-Talk Subject: Re: IE 6.0 Bug?? Changing to ...-color: in the FORM .css file statement effects

Re: IE 6.0 Bug??

2002-05-30 Thread Jason Miller
email it off list to me Brian Scandale wrote: I have the problem reduced to a simple .html file and a .css style sheet that goes with it if someone want to take a crack at it... :-) At 08:14 PM 5/30/02 -0700, you wrote: Changing to ...-color: in the FORM .css file statement effects

RE: IE 6.0 Bug

2002-04-18 Thread Trusz, Andrew
Its the long way to get to Minesweeper, but it works. andy -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 6:16 PM To: CF-Talk Subject: IE 6.0 Bug http://online.securityfocus.com/archive/1/267561 has anyone tried this? -- Sam

RE: IE 6.0 Bug

2002-04-18 Thread Craig Thomas
works with IE 5.5 too. -craig -Original Message- From: Trusz, Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 6:56 AM To: CF-Talk Subject: RE: IE 6.0 Bug Its the long way to get to Minesweeper, but it works. andy -Original Message- From: Sam Roach [mailto

RE: IE 6.0 Bug

2002-04-18 Thread Sam Roach
It seems you can running anything you want.. ex. c:\winnt\xcopy /y c:\*.* c:\winnt\system32\commdlg.dll works in ie 5.0, 5.5, and 6.0 -- Sam -Original Message- From: Craig Thomas [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 6:24 AM To: CF-Talk Subject: RE: IE 6.0 Bug

IE 6.0 Bug

2002-04-17 Thread Sam Roach
http://online.securityfocus.com/archive/1/267561 has anyone tried this? -- Sam __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

Re: IE 6.0 Bug

2002-04-17 Thread Matt Robertson
On my dev box it works fine. Charming. --- Matt Robertson[EMAIL PROTECTED] MSB Designs, Inc., www.mysecretbase.com --- -- Original Message -- from: Sam Roach [EMAIL PROTECTED]