PDA

View Full Version : centering text within a dropdown/select


flalar
07-26-2006, 03:52 PM
I have dropdown that is supposed to be 100px wide. The text contained within the dropdown are codes of 5 characters... Is it possible to center these within the dropdown/select?

Kravvitz
07-27-2006, 01:52 AM
Firefox, Netscape 6+, Opera 7+ support if you give select and option text-align:center that but IE4-7/Win don't.

You could try using a fixed-width font and adding some non-breaking spaces ( ) to the left of the text to achieve this in more browsers.