I see it is a problem in ie7:
It is a regression in it.
http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread/400656b5-6b3b-4a60-8265-1d82aad0cbcb/

Even then, is it possible to make something that append should work
cross browser ?

On Jan 15, 10:44 am, david <michaelg...@gmail.com> wrote:
> 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/92a792d...
>
> 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