andymike07 Posted November 23, 2007 Share Posted November 23, 2007 I'm working on a script but I'm having a little trouble with processing part of the data from the database. I wrote a script to create a set of AJax tabs with the themes of the content (Action, Thriller, Sci-F, etc) and then it gets the data from the MySQL database for each tab (theme) and displays it. I'm able to get the data from both tables without a problem, but I want to set up the script to display the last record from the database in a special way, then the rest of the results in a standard list. This is where I'm running to problems. I'm able to get the data into the standard list, but I'm unsure how to get the last record to display one way and the others (6 other records in total). Does anyone have any ideas how I can accomplish this? I have made a mockup of the layout I'm trying to achieve to better help illustrate what I'm trying to accomplish. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
koen Posted November 23, 2007 Share Posted November 23, 2007 I'd count the number of results, use a for loop and when I'm on the last item give it a different id (eg li id="last_item") and style that one differently. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.