having trouble with vertical expanding menu

Discussion in 'CSS' started by Navarone, Jan 19, 2007.

  1. #1
    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.
     
    Navarone, Jan 19, 2007 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    maybe it's expecting a compliant xHTML template: Make sure to close your image tag <img src="" alt="" width="" height="" /> ?
     
    ccoonen, Jan 21, 2007 IP