Anything that starts with a .p_ is a private style.
Feel free to submit a JIRA issue against skinning for this feature.
Daniel Hannum wrote:
I'd love to have this. Right now it uses stock characters that don't
always display correctly with all fonts. I get ugly squares on IE for
some fonts.
-----Original Message-----
From: Causevic, Dzenan [mailto:[EMAIL PROTECTED]
Sent: Friday, December 08, 2006 9:08 AM
To: [email protected]
Subject: FW: Using custom tree expand/collapse icon
This is a second call on the same question. Anyone any clue?
Dzenan Causevic
Software Web Developer
NaviSite, Inc.
Syracuse, NY
(315) 453-2912 x5346
-----Original Message-----
From: Causevic, Dzenan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 06, 2006 3:49 PM
To: [email protected]
Subject: Using custom tree expand/collapse icon
Is it possible to use your own custom tree expand/collapse icon that
user clicks on to expand or collapse a subtree?
This is the excerpt from my css file regarding tree components. As you
can see below I am trying to specify background-image that would
supposedly overrun the default one, but I dont get any success, the
default one is still showing thru even if I try to set it to none
(background-image: none;)
/* tree */
/* -------------- */
.p_OraTreeDisclosedSymbol {
border-right: lightcyan solid 0.5px;
border-bottom: lightcyan solid 0.5px;
background-image: url(/images/showarrow.gif);
}
.p_OraTreeNodeAdjust {
font-size: 7pt;
}
.p_OraTreeRow {
background-color: none;
}