Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Select Expansion Test</title>
<style type="text/css">
select {width:160px;}
div.container {width:100%;}
div.sidebar {
width:200px;
float:right;
}
</style>
</head>
<body>
<div class="container">
<div class="sidebar">
<form id="form1" name="form1" method="post" action="">
<select name="test1" id="test1">
<option value="1">Mary</option>
<option value="2">Mary had a little lamb</option>
<option>Mary had a little lamb whose fleece was white as snow</option>
</select>
</form>
</div>
<p>Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb. Mary had a little lamb.</p>
</div>
</body>
</html>