For labeling ordered lists, you can do something like... <ol> <li value="25">labeled as 25 <li>labeled as 26 <li>labeled as 27 </ol>
For the Thumbnail view, I was thinking exactly the same thing. In this case, a table may work better and may be more appropriate since it contains a listing of objects. Of course, you could alter the CSS of the divs to make it work; table would be easier. - John David Huynh wrote: > John Callahan wrote: > >> I also just noticed in the Tile view, the item numbers do not continue >> for each page but instead reset to one. For example, page 1 lists >> items numbered 1 - 10. Page 2 also lists items numbered 1 - 10, and >> so on. >> > Thanks for spotting that. So far I've been using <ol> to render the tile > view, but there's no way to set the starting number for an <ol> (in > Javascript or CSS). I might have to switch to using a <table> with the > first column showing the numbers. > > By the way, for the *thumbnail* view, I've been using float:left to make > the thumbnail lenses arrange themselves horizontally and wrap when they > run out of space. But this causes weird gaps if the lenses are not of > the same height. I've been thinking of switching to a <table>, and > support a setting such as ex:thumbnailColumns="3". That helps with > pagination, too, since we can automatically round the page size to a > multiple of the number of columns, so that the last row is always > complete (except on the last page). What do you think? > > David > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" 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/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
