You need to sign in to do that
Don't have an account?
anjisalesforce@gmail.com
How to assign css values in controls?
hi all,
How to assign css values in controls?
my code:
<apex:page sidebar="false" showHeader="false" controller="Salonhome">
<apex:form style="background-color:yellow;">
<style>
.ff
{
width:80px; border: px solid #dadada; background: skyblue repeat-x; padding: 5px 3px; font: bold 12px Arial, Sans-serif;
}
</style>
<apex:commandButton value="Gallery" styleClass="ff"/>
</apex:form>
</apex:page>
this values doesn't effect button........
Can u please solve this problem its urgent..
thanks for u r help...
welcome if you are satisfied with this solution plz accept the post as solution. So that others will get benifit
All Answers
put standardStylesheets="false" in the apex:page component
Thanks kiran
welcome if you are satisfied with this solution plz accept the post as solution. So that others will get benifit
Dear kiran,
If you don't mind can u please solve this problem...
Q) How to change the toolbar background color in VF Page?
By default background color-- Green. how to change the background color ---Yellow
Can u please solve this one its urgent