I have a CF8 html cftree that when you select each cftreeitem it is given a blue background. I have experimented with adding styles to the form and that does not work. I have tried marking up the display=
attribute of the cftreeitem and that half works (can control color but not vlink, visited, or text-decoration). The closest that I have been able to get is by adding text-decoration:none
to a stylesheet and then using a <div>
at the beginning of the display=
attribute for the cftreeitem
to call it. The problem with that is that it messes up the spacing and I can't use it on the top parent item or it adds an additional parent even though 'parent' correctly shows the 'value' and not 'display'. So I still have the blue background with the parent and funky spacing. Has anyone else used a different method to get rid of the blue background? Thanks much for any help.
Question Summary: has anyone written a cftree so that each cftreeitem does not have a blue background when selected? If so, how did you do it?