Posted on Wednesday, December 1, 2010 Change shuttle option colors Category APEX Tips and Tricks 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