Consider the following simple form:

<html><head><title>test</title></head>
<body>
<form>
<table>
        <tr>
                <td style="width: 5%">
                        <select style="width: 99%" multiple="multiple">
                                <option>OOOOOOOOOOOOOOO</option>
                        </select>
                </td>

                <td style="width: 50%">2</td>
        </tr>
</table>
</form>
</body>
</html>

if you change the <option> content, the width of the select box is also changed!

This doesn't happen if you put the <select> outside the table, and
only happens in Firefox, while IE and Opera work fine.

Any quick-hack idea?

Thanks,
Marco
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to