Home All Groups Group Topic Archive Search About

customizing the dropdown menu of combo box in asp.net

Author
31 Jul 2006 10:32 AM
amol.koshe
Hi ,
I am developing an appl'n in c# and asp.net.My prob is I have a
dropdown filled with certain values. Now i need if the user click on
the dropdown the "dropdown menu " of the combo should get enlarge ie.
teh text in it should get bigger but not the actual combox size should
get affected.
Can anybody suggest me  on this

Thanx in Adv
Amol

Author
31 Jul 2006 12:09 PM
Alessandro Zifiglio
hi Amol, font-size on individual listitems(which are in effect, option html
elements when rendered to page ) is not supported in IE. You can set
fontsize on the dropdownlist as a whole, but that will effect all items in
the dropdownlist and not individual items.
This post might also be helpful.
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet.webcontrols/browse_thread/thread/4cf8da407e372d92/d386d1167e13d319?lnk=st&q=&rnum=1&hl=en

Regards,
Alessandro Zifiglio
http://www.AsyncUI.net

<amol.ko***@gmail.com> ha scritto nel messaggio
Show quoteHide quote
news:1154341974.592656.141560@75g2000cwc.googlegroups.com...
> Hi ,
> I am developing an appl'n in c# and asp.net.My prob is I have a
> dropdown filled with certain values. Now i need if the user click on
> the dropdown the "dropdown menu " of the combo should get enlarge ie.
> teh text in it should get bigger but not the actual combox size should
> get affected.
> Can anybody suggest me  on this
>
> Thanx in Adv
> Amol
>