[jQuery] Re: Trying to get this to work as expected with images and Sortables

2007-05-22 Thread Benjamin Sterling

Mike,
When looking at it in firebug, it looks like you are getting a div in
between your li with an ID of sorthelper.  That is what is causing the
issue.

--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com


[jQuery] Re: Trying to get this to work as expected with images and Sortables

2007-05-22 Thread mike503

wow thanks for the quick reply.

good catch. i wonder if i can fix it by not assigning -any- sort
helper class. giving it a float: left; seems to fix it in IE, but
firefox is acting up still.

On May 22, 5:59 pm, Benjamin Sterling
[EMAIL PROTECTED] wrote:
 Mike,
 When looking at it in firebug, it looks like you are getting a div in
 between your li with an ID of sorthelper.  That is what is causing the
 issue.

 --
 Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com



[jQuery] Re: Trying to get this to work as expected with images and Sortables

2007-05-22 Thread Benjamin Sterling

not sure if you can fix it with that because it would not be compliant
html.  Not exactly sure how you have things set up, but cant you use a li
instead of a div?
--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com


[jQuery] Re: Trying to get this to work as expected with images and Sortables

2007-05-22 Thread mike503

the div was being put in by the sortables library...

i put in the float: left; and it worked. i changed the CSS width/
height and it worked in FF too. now i'm working on serializing and
removing items.

On May 22, 6:12 pm, Benjamin Sterling
[EMAIL PROTECTED] wrote:
 not sure if you can fix it with that because it would not be compliant
 html.  Not exactly sure how you have things set up, but cant you use a li
 instead of a div?
 --
 Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com



[jQuery] Re: Trying to get this to work as expected with images and Sortables

2007-05-22 Thread Benjamin Sterling

cool, thought that would not work, good call.

On 5/22/07, mike503 [EMAIL PROTECTED] wrote:



the div was being put in by the sortables library...

i put in the float: left; and it worked. i changed the CSS width/
height and it worked in FF too. now i'm working on serializing and
removing items.

On May 22, 6:12 pm, Benjamin Sterling
[EMAIL PROTECTED] wrote:
 not sure if you can fix it with that because it would not be compliant
 html.  Not exactly sure how you have things set up, but cant you use a
li
 instead of a div?
 --
 Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com





--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com