Skip to main content
Inspiring
April 26, 2007
Question

checkbox formatting...

  • April 26, 2007
  • 1 reply
  • 1026 views
(using cfmx7, cfform format = flash)

I am trying to use symbolBackgroundColor and symbolBackgroundPressedColor to change the color of a checkbox to ##FF0000, then change it to ##00FF00, once it is checked....it is not working. (per Adobe liveDoc http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=00000685.htm this is the styles to use)

Does this go inside a style property, or are they standalone properties for the CFINPUT tag, what am I missing?

Thanks!! 🙂
    This topic has been closed for replies.

    1 reply

    Known Participant
    April 26, 2007
    I'm not real sure but try using ( ##FF0000)
    VelariaAuthor
    Inspiring
    May 11, 2007
    Nope, that didn't work either, thanks though!!