There is no way I can see to do this very well across browsers. For Opera 9, FF 1.5.0.4, and IE 6 all on the PC this is about as good as it gets. Unfortunately, it looks the worst in IE 6 - the most widely used browser:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
@media all and (min-width: 0px){
.os {
position:relative;
height:1.2em;
}
.os select {
position:absolute;
right:0;
}
}
</style>
</head>
<body>
<div class="os" style="width:100px;overflow:hidden;border-right:1px solid gray;">
<select name="ed" dir="rtl">
<option dir="ltr" selected>[select]</option>
<option dir="ltr" value="">word g g fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">fffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
<option dir="ltr" value="">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</option>
</select>
</div>
</body>
</html>
Bookmarks