Results 1 to 2 of 2

Thread: Large sub menu - how do set vertical scroll

  1. #1
    Join Date
    Mar 2010
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Large sub menu - how do set vertical scroll

    1) Script Title: Flex Level Pop Up Menu

    2) Script URL (on DD): Flex Level pop up

    3) Describe problem: On one of my sub menus there are quite a few line items - How do I set a vertical scroll to reach those items that run off the screen

    Also, when I go to a third sub level it appears blank until I scroll off and scroll back over it again. The links then show. When I view the example on the website it works. If I copy and paste the exact code for the example to my system it shows blank until I scroll on and scroll off. We have IE7.

    Also, does anyone know how I can get a link to open in a particular program versus opening in IE? i have .dwg files that I need to open in Visio instead of IE.

    Thanks in advance!
    Angie

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Does your page contain a valid doctype at the very top, such as:

    Code:
    <!DOCTYPE HTML>
    Also, does anyone know how I can get a link to open in a particular program versus opening in IE?
    Hmm on the server side you might try editing httpd.conf or the .htaccess file to explicitly certain file extensions as visio files, by way of mine types:

    Code:
    .vsd 	application/x-visio
    For exact details on how to do this, you might need to contact your web host. A search on Google might help too.
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •