You need to sign in to do that
Don't have an account?

Does anyone know how to apply style to dependent picklist.
Hi,
I have two picklist fields.
I am able to apply style for controlling field but the style is not getting applied to dependent picklist.
Does anyone know how to apply style to dependent picklist.
Even I put javascript for onchange event of controlling picklist field to apply style for dependent picklist.
But it is not working.
It will be great help if some one have any idea to do it.
Thanks!
I have solved this problem.
add below style and remove styleclass attribute from inputfield
select
{
custom style attributes
}
All Answers
Can you post sample code and screenshot as this is UI question?
I have pasted a sample dummy code for the same.
Please let me know if you have any query.
Thanks!
I have solved this problem.
add below style and remove styleclass attribute from inputfield
select
{
custom style attributes
}
when i am doing my prvious project i faced this issue,
I have managed with Right click on VF page --> Inspect Element
there i have changed some thing ...
May be you can try like this and you will get some idea.
Prem
{
color:#f00;
height:18px;
font-size:12px;
}
use above style and add more attributes if required.