Hi Guys,
I'm working on an element of a site which requires that the most recent record retrieved by a query is dealt with differently to all the other records.
Each record is to be placed in a div which will overlap the record before it. In order to do this, every div needs to have a -30px top margin except for the first one.
My first thought was to have one query to get the first record and then another to handle all of the others. Is this the best way forwards, or is it possible to do this in one go?
I hope that made some kind of sense and I'd appreciate any help at all you can give me.
Thanks guys,