Aim: To alter stNormalStyle's default colour for cfa_button whilst
retaining its width.
Problem: Scanning cfa_button.cfm, it seems when style validation detects a
customised stNormalStyle, the customised structure will be copied across.
In doing so, the files previous calculation:
stNormalStyle.width = labelWidth (obtained through <Cfset
labelWidth = len(attibutes.label)>)
seems to be lost via:
<cfset stObjectData.objNormalStyle =
attributes.stNormalStyle>
The resultant button is, in my case, cfa_dataSheet wide.
Please enlighten. =)
With thanks,
Cynthia.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.