Results 1 to 3 of 3

Thread: Chrome CSS Menu and Frames

  1. #1
    Join Date
    Feb 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome CSS Menu and Frames

    I want to use "Chrome CSS Drop Down Menu" in a frameset (1 navigationframe at the top, 1 contentframe at the bottom). Is it possible and how?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The only potential problem is that you will need to leave enough room in the frame with the menu for it to drop down. It cannot drop across frames. Other than that, since the links are just conventional links, they can target another frame in the frameset just like any other link can:

    HTML Code:
    <a href="some.htm" target="frameName">Link Text</a>
    Just make sure your target frame's name attribute is set in the frameset page to the same name used when targeting it.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default Drop menu across frames

    But you can drop menus across frames! See here.

    Arie Molendijk.

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
  •