Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
aleii #1
Transparent CFINPUT button
I need to create a button that is transparent, to show images in the form
background. But I do need a dynamic button label.
Something like backgroundAlpha:0 on forms.
<TABLE BACKGROUND="images/AppsNavBack.jpg" ...>
<CFFORM...>
<CFINPUT type="Button" name="homebtn"
label="#Home#"
onClick="getURL(../xeelet_comhome.cfm', 'body')"
style="backgroundAlpha:0;">
Thanks a lot for any help.
Axel
aleii Guest
-
CFinput Properties
Hello~ I am using Dreamweaver 8, and have CFMX7 installed on my computer. When I open a .cfm document in Dreamweaver and click over any type of... -
cfinput Submit Button Not Working on hostexcellence.com
The coldfusion cfinput tag no longer accepts 'SUBMIT' as a valid value for the 'TYPE' attribute. This means cfforms are no longer useable on the... -
CFInput and 508 compliance
Does CFInput accept the title or id attributes? I need to make some form fields 508 compliant, but it doesn't look like CFInput will let mue use... -
problem with cfinput
Hello How are you ,I use this tags <input onkeypress=FKeyPress() dir=rtl onkeydown=FKeyDown() style='FONT-SIZE: 13pt; FONT-FAMILY: Tahoma;... -
Transparent Background For a Button
Can anyone tell me how I would make a buttons background transparent. I am working with Flash MX and I have a Text Button that sits on top of a...



Reply With Quote

