Do you have an example of what it's doing so we can get a better idea of what you mean?
On Jan 15, 2:48 am, david <michaelg...@gmail.com> wrote: > I see it is a problem in ie7: > It is a regression in > it.http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread... > > 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