设计难度位置不准确

时间:2012-01-19 10:51:43

标签: css

我有一张桌子,其中有一个下拉列表,由于IE8,我不得不操纵它,以便在选项中显示长文本。但是,在调整窗口大小时,下拉列表t being resized and is being shown as in the image attached. That看起来很有趣。如何更正显示的下拉列表,以便在调整窗口大小时,它也会调整大小。

样式如下:.test{ width: 250px; position:absolute; z-index:+1; } 代码如下:

 <select id="myList" class= "test" onactivate="this.style.width='auto';"    onchange="this.blur();"    onblur="this.style.width='250px';"  disabled>

enter image description here

1 个答案:

答案 0 :(得分:1)

select%而不是px 或者使用一些javascript来处理窗口的resize事件。