>
>Forms are green.... Tables inside forms have rows that are yellow... this sets off 
>two different forms inside one page nicely... 


I will give your ideas some thought  and see how I might use them.... again... this is 
only a problem with IE 6.0

and the two files I created  demonstrate the error if running 6.0....

thanks for working this with me.

Brian



>Thought I would chime in on this...
>
>The form element doesn't seem to like css properties that much so I would
>suggest defining a css class and using it on a table that wraps around the
>form. Define it by naming something with a period in front of the name, then
>use the "class=" within the appropriate table tag. I would also separate out
>the input box definitions if you have font-specific stuff. Something like
>this:
>
>form-color {
>        background-color : #669999;     
>}
>
>input {
>        font-family : Arial, Helvetica, sans-serif;
>        font-size : 16px;
>}
>
>-------------------------
>
><table class="form-color">
><form action="gohere.cfm" method="post">
><tr>
>        <td><input 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 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 file then it displays properly... but that's a bummer because that
>ruins the esthetics of the page.
>
>Is there something wrong with my .css statement that anyone can tell?
>
>FORM {  font-size : 11px;
>        background : #669999;  <---theBadActor
>        border : thin outset;
>}
>
>Thanks for Looking at this.
>
>~Brian
>
>
>
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to