[css-d] Newbie: Trying to center items in a dropdownlist on web form

2005-08-04 Thread Lisa Carter
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

Re: [css-d] Newbie: Trying to center items in a dropdownlist on web form

2005-08-04 Thread Steve Clay
Thursday, August 4, 2005, 10:16:02 AM, Lisa Carter wrote: For the dropdownlist, I attempted to use select { text-align: center; } - this did not work. http://www.456bereastreet.com/lab/form_controls/select/ Particularly the 12th select box is styled with text-align and the screenshots show the