View Full Version : jQuery Using a tier frame and a jquery nagavation
AAngel
03-24-2010, 01:41 AM
okay, i am new back into websites, i am creating for a church ministry a 3 tier frame , on the left frame i want to use a nagivation menu called
script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js,
i got this fro dynamic drive, the issue i am having is i got it to pull in page to the right frame, but when i hit the say home button i cant find the place to make the left frame not pull in dynamic drive page on left frame , i know i sound blonde, lol, i have a pre set up hidden while i am working this with no right pages loaded to pull in but the source can be viewed at nbtweb.org/index1.html, help me someone teach me , as i said i am old school, and if God did not interveine i would not have taken on programing again LOLOL please someone help me
Fumigator
03-24-2010, 03:27 PM
You really need to ask one specific question at a time and show us the code that is relevant to your question.
Spudhead
03-25-2010, 11:15 AM
Ok, if I understand you right, you have two problems:
1. The navigation is pulling in pages from Dynamic Drive, not the pages you want to link to.
2. It's loading them into the navigation frame, not the main one.
Have a look at the source of this page:
http://www.nbtweb.org/left2.html
See you've got stuff like:
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Mission Statement</a></li>
That's where you put your links. And to get the link to open in the correct frame (on your site, the main frame is called "right"), you set its target (http://webdesign.about.com/od/beginningframes/qt/tipframetarget.htm).
So, for example, if you had a page called "mission_statement.html" that you wanted to load from that navigation link, you'd change the code above to read:
<li><a href="mission_statement.html" target="right">Mission Statement</a></li>
Make sense?
AAngel
03-26-2010, 09:41 PM
Ok, if I understand you right, you have two problems:
1. The navigation is pulling in pages from Dynamic Drive, not the pages you want to link to.
2. It's loading them into the navigation frame, not the main one.
Have a look at the source of this page:
http://www.nbtweb.org/left2.html
See you've got stuff like:
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Mission Statement</a></li>
That's where you put your links. And to get the link to open in the correct frame (on your site, the main frame is called "right"), you set its target (http://webdesign.about.com/od/beginningframes/qt/tipframetarget.htm).
So, for example, if you had a page called "mission_statement.html" that you wanted to load from that navigation link, you'd change the code above to read:
<li><a href="mission_statement.html" target="right">Mission Statement</a></li>
Make sense?
I got cha on that part, with doing that, on the menu will it stop from pulling the left away and going to dynamic drive, will the left maintain the left frame in place? I really thank you for the help here, i am doing this one free, as i beleive in the ministry they do what awesome things for those that have nothing, so i will be paid by God
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.