RE: Using cfinput causes form fields to show through?

2008-01-30 Thread Dan G. Switzer, II
William, I looked into this (see my other post) and the z-index for the input field gets set to 0, the autosuggestcontainer gets set to 9050 and the shadow to 9049. The problem lies in that IE6 and z-index don't get along (at all). IE6 literally resets all z-index to 0 once the page loads.

RE: Using cfinput causes form fields to show through?

2008-01-30 Thread Jake Churchill
: William Seiter [EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 12:49 AM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: Using cfinput causes form fields to show through? Looking at the code from back then, (the pages were never launched and I don't have php loaded locally, so can't test

RE: Using cfinput causes form fields to show through?

2008-01-30 Thread Jake Churchill
Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 7:24 AM To: CF-Talk Subject: RE: Using cfinput causes form fields to show through? That would do the trick. The issue in CF8

RE: Using cfinput causes form fields to show through?

2008-01-29 Thread William
I am not certain of the cf solution for this problem, but i can give you some insight on the problem. I had built an autosuggest system for a public website using css and javascript. The solution to my problem, when the same scenario occured, was to change the layer number (z-index) from the

RE: Using cfinput causes form fields to show through?

2008-01-29 Thread Jake Churchill
cfinput causes form fields to show through? I am not certain of the cf solution for this problem, but i can give you some insight on the problem. I had built an autosuggest system for a public website using css and javascript. The solution to my problem, when the same scenario occured

re: Using cfinput causes form fields to show through?

2008-01-29 Thread Jake Churchill
Ryan, I have a solution/hack for you! If you name your input field test and set the autosuggest, it will wrap that in a div with ID testautosuggest and CLASS autosuggest. Knowing that, you can add the following CSS: style type=text/css #testautosuggest { float:left!important;

RE: Using cfinput causes form fields to show through?

2008-01-29 Thread William Seiter
PROTECTED] Sent: Tuesday, January 29, 2008 9:09 PM To: CF-Talk Subject: RE: Using cfinput causes form fields to show through? William, I looked into this (see my other post) and the z-index for the input field gets set to 0, the autosuggestcontainer gets set to 9050 and the shadow to 9049