Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
HiIt's urgent requirement in my project.Please give me a solution as soon as possible.
I create a tab by using visualforce page.
<apex:tab label="Report">........................................................(body of tab)</apex:tab>
How can give a background color of body of tab.I want to set background color="white".
Please give me a solution.
Thanks & regardsbrijesh Kumar Baser
<apex:page id="thePage"> <apex:tabPanel switchType="client" selectedTab="name2" id="theTabPanel"> <apex:tab label="One" name="name1" id="tabOne">content for tab one</apex:tab> <apex:tab label="Two" name="name2" id="tabTwo" style="background-color:white;" ><div style="background-color:white;" >content for tab two</div></apex:tab> </apex:tabPanel> </apex:page>
Hi
It's urgent requirement in my project.Please give me a solution as soon as possible.
I create a tab by using visualforce page.
<apex:tab label="Report">
...................
...................
..................(body of tab)
</apex:tab>
How can give a background color of body of tab.I want to set background color="white".
Please give me a solution.
Thanks & regards
brijesh Kumar Baser