PDA

View Full Version : Order problems


joe159765
05-06-2009, 05:15 PM
Is anyone else having this problem. I've been wasting DAYS trying to get all of this worked out. Never had this problem with interakt css menus. It's just one problem after then next. Now I'm having issues with the way the menu items are getting ordered. when I look at the recordset in dreamweaver and press the test button, it is correctly ordered. When I look at the live version at http://enrapture.belowz.com/CSSMenuWriter/cssmw3/menu.php the order is messed up. It should be (main level) hiar, body, hands, feet, skin, bows and lashes, wax. I can not get hair and body to move from their points. Any ideas? Thanks.

Justin Nemeth
05-07-2009, 09:23 AM
Do you have an ORDER BY on your query? I would have a integer column in your database called 'display_order', then assign each row a number so if you 'ORDER BY display_order ASC' the results show up in the order you want them.