A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I have a site with an Artisteer 3.0 skin including the menu. I was wondering if anyone was experiencing issues with item/sub-item placement when a page does an AJAX postback? Basically what's happening, is that after the page does an AJAX postback, all the items and sub-items stack directly under the main navigation item. The items are supposed to be there, but the sub-items are supposed to kick out to the right so they're beside the items. Instead of doing that, they're appearing directly on top of the item.
Just curious if anyone has seen this issue before and may know what's causing it. Thanks.
UPDATE - Just noticed that I'm losing the
My best guess is something during postback is making invalid markup like a missing closing tag or something like that can throw off rendering.