I have been able to control the width of the option etc.
However, you know that the selected option gets highlighted by making background blue and text-color white by default. That blue background is not covering the entire width of the selected option. The blue background is covering the entire text though. However, I would like it to cover the entire width of the option.
See this image to know what I mean:
http://img69.imageshack.us/img69/2752/dropdowno.jpg
This is how I am setting width of the option and select
option
{
width:100px;
}
select
{
width:100px;
}