Here is the code I am working with:
<div id='div2' style='height: 430px; width: 350px; overflow:auto;'>
<select multiple id="id" size="28" style="FONT-SIZE: 12px; FONT-FAMILY: Arial; width: 100%">
It's a challenge because I can't increase the width of the box beyond 350px, as per the requirements. Some text strings are longer than that and get truncated. I'm looking for a solution to either make these options wrap onto a second line or add a horizontal scroll bar so users can see the full content. This project is targeted for IE7 and 8.