Closed
is it feasible to change the position of drop down icon to left
is it feasible to change the position of drop down icon to left
Message was edited by: Lochan to add Category
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
is it feasible to change the position of drop down icon to left
Message was edited by: Lochan to add Category
Hi Chandini,
Is there any specific requirement to do so.
It needs customization to modify existing styles , also apart from dropdowns we have autocomplete,button behaving as menu where standard is set to show the arrow marks to right side.
Modifying any one of them again requires changing styles for each control that looks like dropdown, so that application wide fixed standard can be used, which adds to complexity maintaining custom styles.
Many users don't target with the mouse, and when in doubt, the most predictable solution is to leverage the familiarity that using standard controls breeds.
http://ux.stackexchange.com/questions/17347/ok-for-dropdown-button-to-be-on-the-left
Hello Chandini,
I would highly recommend not to change the position of dropdown arrow as this may result in some cross browser compatibility issue. However, if you want to implement in anyway, you may use the below CSS style.
testStyle select{
background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat left center;
}
Regards,
Ajit
Question
Question
Question
Question Solved
Question Solved
Question
Discussion
Question Solved
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.