I don't believe Netscape supports the width attribute on TEXTAREA. The only
way (that I know of) is to set the COLS attribute, and estimate about how
many columns will fit in the appropriate size.
If anyone knows of a solution, I'd love to know!
Norman Elton
Information Technology
College of William & Mary
-----Original Message-----
From: Scott, Andrew [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:46 PM
To: CF-Talk
Subject: RE: Text box widths in Netscape...
I can't say that I have seen this before, however it sounds like a css
problem. Are you using a styleguide with a font that might not be a native
font to all platforms, or do you mean that this is occuring on the same
platform machine that uses both browsers.
regards
Andrew Scott
Senior Cold Fusion Application Developer
ANZ eCommerce Centre
* Ph 9273 0693
* [EMAIL PROTECTED]
-----Original Message-----
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: 02 November 2000 08:24
To: CF-Talk
Subject: Text box widths in Netscape...
Anyone know how to explicit control the width of a text box in Netscape?
Everything looks great in IE, but my text boxes in Netscape are twice as
wide, and are skewing my table layout... :(
<CFUG-SFL Manager>
-Kev
</CFUG-SFL Manager>
> -----Original Message-----
> From: Richard Kern [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 01, 2000 4:21 PM
> To: CF-Talk
> Cc: 'Dylan Bromby'
> Subject: RE: CFHEADER
>
>
> This may be what you are looking for
>
>
> --------button to logout ------------------
> <FORM action="logout_action.cfm" method=post>
> <INPUT type=submit name=Logout1 value=Logout>
> </FORM>
> --------------logout action form --------------------
>
> <cfset rc = StructDelete(session, "pass", "true")>
> <CFIF rc EQ "yes">
> You are logged out
> </CFIF>
> -------------- response with humor after the logout
> process------------------
> <cfif IsDefined ("Session.pass")>
>
> <CFQUERY NAME=ElapsedTime DATASOURCE="xxxxxxxxxxxxxxxxxxxxxxxx">
> SELECT elapsedtime,userID
> FROM uservariables
> WHERE (pass = '#session.pass#')
> </CFQUERY>
> <cfelse>
> You are no longer logged into the site. <br>
> You must log on to do any more study.<br>
> Thanks,<br>
> <font color="Navy">CDWMVTSHPUSA</font><br>
> <font size="-5" color="Silver">Colorado Division of Web Management for
> Virtual Traffic School, High Plains of United States of America</font>
> <cfabort>
> </cfif>
>
> The result is that the user cannot go back into the site because the
> application.cfm and index.cfm pages are checking for the logged
> in value. I
> also clear the cache through meta entries so that the user has no access
> that way.
>
> Richard Kern
>
>
> -----Original Message-----
> From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 01, 2000 2:00 PM
> To: CF-Talk
> Subject: Re: CFHEADER
>
>
> This didn't work. Has anyone done this? Again - I want to allow users to
> logout. If they then use the BACK feature in their browser, I don't want
> them to be able to see the page they logged out from.
>
> --Dylan
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]