Quote Originally Posted by koneho View Post
i'm having trouble with navigation on at the very top of my html site. The button images aren't showing. does anyone know how to fix this.
heres the link: http://www.liitfashion.com/shop//
This is an issue with your javascript menu expecting the images to be found in the same place as your shop. So instead of the script pointing to:
"http://www.liitfashion.com/image1"

it's looking for an image to be located at

"http://www.liitfashion.com/shop/image1". You will need to modify the javascript on your embed file to point to the correct location for the menu image files.. However, I agree that you should ditch this javascript rollover menu for a CSS rollover menu.. This would require some minor synching between the site and Zen CSS to make it all work correctly..