Skip to Main Content

APEX

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!

Display only field style question

894843Nov 30 2011 — edited Nov 30 2011
Hi all..

please help me with this issue
I have a sytle for the <td> ""HTML Table Cell Attributes""of the display only fields to get a border that looks like other elements.
style="background-color:#D8D8D8;border-style:solid;border-width:1px;border-color: rgb(118,164,190);"
I have couple of questions..

1) Not sure why,this style is working only when there is some value
in the dispaly only field

2)I would like to put this style to all of my display only fields in my application.
How can i do that?

The problem is , i need to apply that style to the ""<td>""'s of all the display only fields.
I checked the page source and found ""display_only"" class, tried to apply the style to that class.
The style is applying to that "'span"" not to that <td> of that element.
I think this needs to be done with jquery, but i am not familiar with jquery.

Can anyone help me with this

Thanks
This post has been answered by jariola on Nov 30 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2011
Added on Nov 30 2011
7 comments
432 views