Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Center align text in list box in IE.

Status
Not open for further replies.

umeshs79

Programmer
Aug 7, 2002
42
DE
Hi,
I want to center align all text of my listbox.
I am trying to do it by
<SELECT style=&quot;text-align:center&quot;></SELECT>
this is working in Opera 6.0 but this is not working in IE
6.0.
So can anybody tell me how i align the text in listbox for IE 6.0

Reply.

Thanks Umesh Sharma,MCSD
India
 
Try these:

<style>
select {text-align:center;}
option {text-align:center;}
</style>

I don't know if either works..... -- Just trying to help... LOL [ponder]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top