Hi, Paul.

I'm using 1.6rc2. Unfortunately I was able to get the second layout to
work so I don't have the original around any more. IIRC, it looked
something like this:

.row {
        list-style: none;
        clear: both;
}

.column {
        float: left;
}

.column1 {
        width: 35px;
}

.column2 {
        width: 85px;
}

.column3{
        width: 200px;
}

.column4{
        width: 200px;
}

<ul id=sortable>
   <li class=row>
      <input type=hidden />
      <input type=hidden />
      <div class="column column1">
         <input />
      </div>
      <div class="column column2">
         <input />
      </div>
      <div class="column column3">
         <input />
      </div>
      <div class="column column4"><img src=grabhere.gif></div>
   </li>
</ul>

I don't know if that will be helpful or not. Sorry.

I can tell you the current layout that is working still has the same
row definition. The floats are gone since I've eliminated the div and
inputs are in-line elements anyway. Since I don't need the float each
input a single class instead of the dual classes the divs had.

-Dez

On Dec 29 2008, 2:42 am, "Paul Bakaus" <[email protected]>
wrote:
> Hi there, could you also post your used CSS and what version of jQuery UI
> you're using?
>
> Thanks,
> Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to