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?
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?
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:
Just make sure your target frame's name attribute is set in the frameset page to the same name used when targeting it.HTML Code:<a href="some.htm" target="frameName">Link Text</a>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
But you can drop menus across frames! See here.
Arie Molendijk.
Bookmarks