Click to See Complete Forum and Search --> : Drop Down Navigation Script and Middle Frame!


Jumbawumba
07-20-2003, 10:44 PM
Hello Hello . . .

I guess I was kinda bullied into doing my high school soccer team's website and all... so I began to work. I got this awsome Drop Down menu :Click Me (http://javascript.internet.com/navigation/slide-down-menu.html)

Well, I got the navigational bar linked and everything with what I want. But the site is in frames, so when you click on Scheule or however you spell it, then Preseason, the Preseason pictures show in the left frame, not the middle on. See what I mean? (http://www.angelfire.com/theforce/jwmills11/index.html)


PLEASE HELP THIS JAVA n00b!

pyro
07-20-2003, 11:05 PM
Check if there is documentation with the script you are using... I think I've looked at that script, and if I remember right, it tells you how to do it with frames...

Jumbawumba
07-21-2003, 11:42 AM
I don't see anything... you got a link or something?

sumyounguy
07-21-2003, 12:06 PM
add this to the head of your document
<style type="text/css>
a:{target:main}
</style>
That should do it

Vee
07-21-2003, 04:00 PM
The docs you are looking for are the comment in the script.


//Link[nr] = "position [0 is menu/1 is item],Link name,url,target (blank|top|frame_name)"


Insert the frame name at the end

Link[1] = "1|Home|http://www.javascriptsource.com|FRAME NAME HERE";

Jumbawumba
07-21-2003, 04:07 PM
So it is in the sliding_menu.js that I needed to download to get it to work? I looked through it and didn't find it. But I was skimming, I need to head out, I will look at it again when I get back from gay Soccer camp.