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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Table row colour and mouse hover

d55606b8-a11f-4022-a1b6-eea56911333aNov 18 2014 — edited Nov 21 2014

Version 12.1.3.0.0

Hi,

I have a table and am using the inlineStyle on the af:column to colour the table cells and the text.  The colours are variable and can be set by the user, and the inlineStyle is set using EL

e.g. #{BackingBean.userStyle} which returns something like "background-color:#000000; color:#FFFFFF"

This works fine, but I find that and row hover, or row selection, doesn't then highlight the rows, so the user has no idea what is selected.

Is there anyway to overcome this?  I don't think I can create any css styles for the row colours due to the fact the user can choose any background/text colour, so have to use inlineStyle directly.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2014
Added on Nov 18 2014
3 comments
396 views