I see that i am not the only person who had this problem
This post was sent two months ago with two additional persons who had
the problem.
http://groups.google.com/group/jquery-en/browse_thread/thread/92a792d07dab48a5/f2864e63fc595e25?lnk=gst&q=append++select#f2864e63fc595e25

Can someone please help and explain the problem?


On Jan 14, 7:26 pm, david <michaelg...@gmail.com> wrote:
> Hi all,
>
> I have written a control of 2 select boxes with buttons where i can
> move options from left to right and vice versa.
> In ie7 when i make the action of moving from left to right, the select
> boxes shrink suddenly. I narrowed the problem to theappendfunction
> here is the code from right to left:
>  var left = $(this).parent().parent().find('#select_left');
>  var right = $(this).parent().parent().find('#select_right');
>  var rightOpts = $(this).parent().parent().find('#select_right
> option');
> left.append(rightOpts);
>
> The problem just appears when i define thewidthof the select boxes
> in % not in pixels.
>
> Thanks in advance,
> David

Reply via email to