I am designing a web app and would like to have list items in a dropdownlist centered. I have been able to get all the textboxes and labels to center align using an external css.

For the textboxes, I used:
input {text-align: center;}

For the labels, I used:
span {text-align:center;}

For the dropdownlist, I attempted to use
select { text-align: center; } - this did not work.

I also attempted to use a class and this did not work. Does anyone know any tricks that would work to get the items in the ddl to center align? This is the way the boss wants it.

Thanks
Lisa


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to