PDA

View Full Version : Can anyone help with HTML?


darthrage
06-06-2007, 07:58 AM
I'm working on improving my site and I want to add drop-down menus (pop-up menus).

But I wanna create the menu so that if I click on one of the selections on the menu, it will take me to another page

Specifially there are 2 frames

Frame 1 has the pop up menu within different Toy Companies

Frame 2 is where the link is supposed to open up

So if I click the pop up menu, it will show 3 toy companies. If I click on Toy Company 1 from the pop up menu, it will open up a page on Frame 2.

Any help will be appreciated. HTML Codes or links to sites that can help will help.

THanks!

Alex

Nightscrabbler
06-06-2007, 08:27 AM
Hey

Just search Google for "html dropdown" and you'll find a lot of helpful sites. Most dropdown menus are done with a combination of html and JavaScript. It can be done with or without frames, but the main thing is you have to give your frame a name (name=coolestframeever) and then in the links you need to put that as the target (<a href="http://www.yahoo.com" target="coolestframeever").