L
lambertb
Hi, is this possible to achieve this, and how?
http://img217.imageshack.us/img217/779/derrrvw2.png
thanks!
http://img217.imageshack.us/img217/779/derrrvw2.png
thanks!
Hi, is this possible to achieve this, and how?
http://img217.imageshack.us/img217/779/derrrvw2.png
Hi, is this possible to achieve this, and how?
http://img217.imageshack.us/img217/779/derrrvw2.png
thanks!
Hi, is this possible to achieve this, and how?
http://img217.imageshack.us/img217/779/derrrvw2.png
I'd need this because the image I provided is just for sample. My
select contains fairly large strings, and I don't have enough space on
my page to set the width of my select wide enough to see all text. So I
was wondering if even the select element is somewhat small, it was
possible to at least expand the box to a width so we see all text in
the box that shows all elements when we click on the select.
no, really, select is the correct choice, believe me
[email protected] said:Hi, is this possible to achieve this, and how
<html>
<head>
<title>IE6 Hack Full-Length Option Displays</title>
</head>
<body>
<table >
<tr>
<td><div style="width: 100px; overflow: hidden; display: inline;">
<select id=shortselect>
<option value="1" title="Test# 1">Test# 11111111111111111111111</option>
<option value="2" title="Test# 2">Test# 2222222222222222222222222222222222</option>
<option value="3" title="Test# 3">Test# 3333333333333333333</option>
<option value="4" title="Test# 4">Test# 4444444444444444444444444</option>
<option value="5" title="Test# 5">Test# 555555555555555</option>
</select>
</div>
</td>
<td>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam massa felis, posuere nec, interdum non, fermentum vel, pede. Nam consectetuer massa vitae urna. Morbi sit amet justo. Morbi a tellus. [and other stuff]
</td>
</tr>
<tr>
<td colspan="2">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer ligula risus, vehicula sit amet, molestie id, ullamcorper non, nisl. Fusce ullamcorper massa nec urna. Duis condimentum. Vivamus et enim at nibh sodales feugiat. In hac habitasse platea dictumst. [and so on]
</td>
</tr>
</table>
</body>
</html>
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.