- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsHi all.
I'm currently working on the following web page: http://www.clubsail.com/fo
The offending code is the following:
<select name="pracqual" id="pracqual" style="font-size: 11px; margin-left: 1px; vertical-align: middle; width: 80px; margin-right: 1px; height: 18px; text-align: left">
<option value="999999" selected="selected">Select
<option value="None">None</option>
<option value="Powerboat Level 1" >Powerboat Level 1</option>
<option value="Powerboat Level 2">Powerboat Level 2</option>
<option value="Intermediate Powerboat">Intermediate Powerboat</option>
<option value="Advanced Powerboat">Advanced Powerboat</option>
<option value="Safetyboat">Safetyb
<option value="ICC Assessment">ICC Assessment</option>
</select>
Basically if you view this list item (or any on the page for that matter in FireFox) the actual elements within the list stretch accordingly. View the same page in IE however and the list elements are all cut off at 80px. I've tried adding a style tag to the option box and setting it to 190px on the off chance it would work, and ironically it worked fine in Fire Fox but not in IE.
So my question is this... is there a workaround to this issue? Questions on a post card.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: GrandSchtroumpfPosted on 2006-06-26 at 03:28:45ID: 16982768
That's how IE handles select elements. There is nothing you can do about it.
Your best option is not to specify any explicit width on the select elements.