Skip to Main Content

Change shuttle option colors

Small CSS trick how to emphasize which side of shuttle options are selected.

Place to page HTML header:

<style type="text/css">
#Px_MY_SHUTTLE_LEFT option{color:red}
#Px_MY_SHUTTLE_RIGHT option{color:green}
</style>

Replace Px_MY_SHUTTLE with your shuttle name

Comments

  • Dave2 23 May 2012
    Thank you!
  • Jari Laine 29 Mar 2011

    I do not have any idea what you mean.
    Could you please be more specific?

    Regards,
    Jari

  • hari 29 Mar 2011
    hi.., its working.., but i want to include it in the code for the shuttle. can you pls give some solution