i'm bulding a page with 3 frame colons next to each other
the first will be the menu, the second submenu and the third the actual site
when you click on one of the links in the menu it'll bring up a submenu (if applicable) with new choices. the 'home' menu option doesn't have a submenu, and when you already have clicked one of the menu options with submenu, the submenu will remain. i want a blank html page there, which means the option 'home' needs to links, 1 for the blank submenu and 1 for the html itself. the way i tried now (and i think it's logical) is to have 'the menu option home have to links, which doesn't work.
do i have to script those links (or one) or can i do it with html?
|