Is it possible to "feature" or style differently a top item of an asset listing? And if so, what would be the best way to push that top item down and replace it with a new one built with an asset builder?
I've been trying different variations of using triggers to shift the pages within different folders, but then I couldn't think of a way to uniquely style one set of items from another.
UPDATE: Solved
We are using Customized List Position Formats under the Asset Listing>Display Formats screen. I think I was just having problems with sorting the assets the way I wanted.
There is another simple (javascript) solution…
Obviously, this will depend on your html code, but for a standard list you could go for this:
(assuming you're using jQuery)
This way you will get progressively enhanced asset listing (it respects the needs of all users while providing something extra to most of them).