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!

How to change hyper link colour in report region with 100% width

549800Apr 20 2007 — edited Apr 20 2007
Hi

I am using tooltip for displaying help text in manually created tabular form as i get in this post but the problem is report header is coming in blue color woth link and after clicking on it its becoming red color but my client want it in red color. before visiting also.First time i am working with CSS so not getting to make the report header always red .

What i did:
I in in report on report region and enter in Report attributes and in the heading i put the following code

<b>Part Number

1: the problem is if i am putting this code then initially it is appearing in blue color and after clickong it it is changing in red color but i want it should appaer red from starting no blue color at all.

2: the other issue is here in title we can give only limited text but is there any possiblity give 4 -5 lines text message.



these are the classes are there in my CSS

A:link {
FONT-WEIGHT: normal; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #b00000; TEXT-DECORATION: underline
}
A:visited {
FONT-WEIGHT: normal; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #b00000; TEXT-DECORATION: underline
}
A:hover {
FONT-WEIGHT: normal; BACKGROUND: #f0e68c; TEXT-DECORATION: underline
}
A:active {
FONT-WEIGHT: normal; BACKGROUND: none transparent scroll repeat 0% 0%; FONT-FAMILY: arial, verdana, lucida, helvetica, sans-serif

In my CSS i put in the last this code

.t3ReportsRegion100Width .t3RegionHeader {COLOR:"RED";font-size:12 px;border-bottom:"";}

i am using report region with 100%width .

What should i do any help.

Thanks
Plesae give me some link so that i can learn how to work with CSS.

Thanks,

Amit
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2007
Added on Apr 20 2007
1 comment
398 views