Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Color Gradients in Table header

Rajan MMar 5 2013 — edited Mar 5 2013
Hi,

Can I use Gradient colors for PanelCollection header or Table Column Header in ADF page. If Yes, what will be the code for it. I have tried for
af|column::column-header-cell{
background: -moz-linear-gradient(bottom, rgb(39,167,178) 34%, rgb(67,201,214) 67%, rgb(94,242,255) 84%);
}
but it is not working.

regards,
Rajan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2013
Added on Mar 5 2013
1 comment
322 views