I am having trouble with my menu. If you go to this link http://dev-prima.virtual1.com/default2.asp My menu is in an include file just so you kwow. Click on Company, then Staff. Staff should have 4 little images underneath it and Resources should be below these images. The problem is as soon as I add href link like this: <div onclick="javascript:montre('smenu2');"><a href="staff.asp?isOut=company&isIn=staff" onMouseOver="turnOn('image6')" onMouseOut="turnOff('image6')"><img name="image6" src="../images/menu/<%=isOn6%>" width="67" height="18" border="0" alt=""></a></div> Code (markup): The 4 little images never get displayed. I am not sure if this is CSS issue, a java script issue or what it is. I was hoping to narrow it down. Any help appreciated.
maybe it's expecting a compliant xHTML template: Make sure to close your image tag <img src="" alt="" width="" height="" /> ?