Recently I have started working on making my website compatible with iPad.
I have a page that has a SELECT boxes. One of the boxes has items in it that are quite wide in text length.
Now with the iPad SELECT boxes have a new control that pops up a list for the user to select from. The problem I'm finding with this control is it cuts off the wide text entries. To be precise it truncate all the options of length more than 30/35 and append "...".
Does anyone know if it's possible to apply some CSS to control the width of the pop-up control for SELECT boxes on the iPad?
I've tried specifying a "width" on the SELECT but it doesn't change the pop-up control. I've also tried the "size" option but the iPad still renders it as a single SELECT combo.
Thanks!