This is killing me! Due to the rule of supply and demand, I'm sure there
must be a workaround as there are so many people in forums searching for
the same grail...

Picture a list:

A B C
D E F
G H I

The list items are floating left, using CSS, on a fixed width to
simulate 3 columns.

If I call .hide() on item 'E', no matter what I do, I am left with:

A B C
D # F
G H I

(# = space)

What I want is:

A B C
D F G
H I

CSS "display-inline" doesn't work as you can't set width on an inline
element. Is there something I can do with jQuery to get the expected
behaviour?

Thanks,

Richard

Reply via email to