Results 1 to 6 of 6

Thread: hidden drop down menu

  1. #1
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default hidden drop down menu

    1) Script Title: Blue tab drop down menu

    2) http://www.dynamicdrive.com/dynamici...roptabmenu.htm (I think!)

    3) I had a DWT template made for me utilizing a blue tab drop down menu, below the menu there is an inline frame containing a silverlight photo gallery. When the mouseover opens the menu, much of it disappears behind the photo gallery in the frame. How can I fix it? Also one of the drop down menus contains so many items that they disappear off the bottom of the page is it possible to make it wrap or scroll. It can be seen at http://www.sign-blanks.com/test1/gallerytest3.html I'm not sure what you need to see, so if you need anything else let me know.

    Thank you, Trevor

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

    Default

    Hmm this sounds like an issue that is best resolved by tweaking your Silverlight control actually. In Flash for example, there is the attribute wmode="transparent" you can add to a Flash object so DHTML layers will show above it when the two come in contact. Is there something similar in Silverlight?
    DD Admin

  3. #3
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default next problem

    Thanks for you reply; I have asked on the silverlight site.

    Can you help me with the other part of my question

    Also one of the drop down menus contains so many items that they disappear off the bottom of the page is it possible to make it wrap or scroll. It can be seen at http://www.sign-blanks.com/test1/gallerytest3.html I'm not sure what you need to see, so if you need anything else let me know.

    Trevor

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

    Default

    Are you referring to the "type of signs" menu item? In general the drop down menus will drop upwards from the menu item if there isn't enough space below it. Since Silverlight is blocking the view of the drop down menus, I can't see exactly where it's dropping down now. If you wish however, you can specify a set height for a particular drop down menu and have it be scrollable. For example:

    Code:
    <div id="dropmenu1_b" class="dropmenudiv_b" style="height:300px;overflow-y:scroll">
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Horizontal CSS Menus</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C2/">Vertical CSS Menus</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C4/">Image CSS</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C6/">Form CSS</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C5/">DIVs and containers</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C7/">Links and Buttons</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C8/">Other</a>
    </div>
    DD Admin

  5. #5
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much, I placed the code in but I'm getting an error for overflow-y
    "The property is marked invalid because it is not supported by the current schema'
    Any ideas please.

    Trevor

  6. #6
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm not too worried about the overflow as the scroll works, however is there anyway I can put in a different colored line of text as the first item at the top of the menu to let my customers know to use the scroll bar as its hard to see? or can I change the color of the scroll bar ?

    Thanks very much for your help

    Trevor

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
  •