
Hi,
In this article i am trying to give small example of applying custom styles for dependent pick-list. Usually for dependent pick-list custom styles will not apply, So you have to do it forcefully.In this i am using bootstrap to apply the style for input elements.
You have to add the below script items in the vf page with the id's
Ex:
<!-- https://salesforcedevil.wordpress.com/2015/07/16/me/ --><apex:page standardController="Account" standardStylesheets="false" showHeader="false"><apex:includeScript value="https://code.jquery.com/jquery-1.9.1.js"/> <apex:includeScript value="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"/>...