472,118 Members | 1,216 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,118 software developers and data experts.

Auto resize dropdown list of a combo

Hi,

Any code snippet or help link available on how to auto resize the dropdown
list part of the combo(<select>) ?

Or, is there any alternative techniques for displaying the full lenth text
when dropdown the combo?

Regards,
M. Abdhul Saleem.
Dec 12 '06 #1
2 5975
I am offering to make <select class=thisstyle>
You can make length whatever you want

SELECT.thisstyle
{
FONT-SIZE: x-small;
WIDTH: 450px;
COLOR: midnightblue;
FONT-FAMILY: 'Arial CE';
HEIGHT: auto;
TEXT-DECORATION: none
}

"Abdhul Saleem" <Ab**********@discussions.microsoft.comwrote in message
news:10**********************************@microsof t.com...
Hi,

Any code snippet or help link available on how to auto resize the dropdown
list part of the combo(<select>) ?

Or, is there any alternative techniques for displaying the full lenth text
when dropdown the combo?

Regards,
M. Abdhul Saleem.

Dec 12 '06 #2
Abdhul Saleem wrote:
Hi,

Any code snippet or help link available on how to auto resize the
dropdown list part of the combo(<select>) ?

Or, is there any alternative techniques for displaying the full lenth
text when dropdown the combo?
HML/CSS questions will usually get more attention in relevant groups:
http://groups.google.com/groups/dir?sel=33584039

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Dec 12 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by Theo Jansen | last post: by
4 posts views Thread by Steve Le Monnier | last post: by
2 posts views Thread by Peter | last post: by
reply views Thread by Tony Diggs | last post: by
11 posts views Thread by eureka | last post: by
3 posts views Thread by =?Utf-8?B?QW5kcmV3?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.