Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Changing tab color

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Changing tab color
 Login/Join
 
Member
posted
I have a four tab HTML page. I am trying to change the tab color when it is selected.

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.7.03
Linux
all output (Excel, HTML, PDF)
 
Posts: 6 | Registered: July 21, 2010Report This Post
Platinum Member
posted Hide Post
In HTML Composer just right on the tab and select style, then background. If HTML select the tab (id=tabitemN where N is the sequence number of the tab) and either add or change the BACKGROUND-COLOR property.

This message has been edited. Last edited by: Alex,


WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
 
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003Report This Post
Member
posted Hide Post
No, what I mean is that the background color starts out as Navy, when they select the tab the want the background color to change to light blue. They also want the text on the tab to change colors from white to black


WebFOCUS 7.7.03
Linux
all output (Excel, HTML, PDF)
 
Posts: 6 | Registered: July 21, 2010Report This Post
Expert
posted Hide Post
You need to utilize HTML Text CSS Styling, Example:
  
-HTMLFORM BEGIN
<html>
<head>
</head>
<style type="text/css">
   a:link    {color: blue;}
   a:visited {color: brown;}
   a:hover   {color: red;}
</style>
<body style="margin: 0; padding: 0;" align="center">
<table border=0  width=340 height=270 cellspacing="0" cellpadding="0" >
<tr><td>
!IBI.FIL.X_RPT1;
</td></tr></table>
</body>
</html>
-HTMLFORM END


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Changing tab color

Copyright © 1996-2020 Information Builders