SunQuest
 
      MS FrontPage
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Tutorialized ForumsWeb Design & DevelopmentMS FrontPage

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Tutorialized Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 12th, 2005, 12:28 AM
Yaz Yaz is offline
Junior Member
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 2 Yaz New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: < 1 sec
Reputation Power: 0
Navigation Bars in FrontPage 2002

Hi,

I want to condence my existing navigation bars on my site, by editing them to where some can be grouped together. For example, when you cursor-over or click on "Meet the Flyers," (which I haven't created yet), it will give you either a drop-down or expanded menu listing "Roster," "Coaches," "Staff," etc.

Would anyone know how to do this?

Fort Wayne Flyers

Thanks in advance!

~Yaz

Reply With Quote
  #2  
Old April 12th, 2005, 11:28 AM
LLX LLX is offline
Senior Member
Tutorialized Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Glendale, CA
Posts: 285 LLX New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to LLX Send a message via MSN to LLX
check out http://wbn.lurkerlordx.com/Technocracy/entry.php

heres the code, you'll need PHP of couse

shoud be easy to see where you need to edit it

Code:
<?
ini_set('display_errors',0); 

echo "Welcome

";

//Thanks To PHP Freaks for the collapsing menu work
if ((isset($_SESSION['menu'])) && (!isset($_GET['menu']))) { 
    $menu = $_SESSION['menu']; 
} elseif (isset($_GET['menu'])) { 
    if ($_SESSION['menu'] == $_GET['menu']) { 
        if ($_SESSION['expand'] == 0) { 
            $expand = 1; 
        } else { 
            $expand = 0; 
        } 
    } else { 
        $expand = 1; 
    } 
    $_SESSION['expand'] = $expand; 
    $tmenu = $_GET['menu']; 
    list($menu,$trash) = explode("?",$tmenu,2); 
    $_SESSION['menu'] = $menu; 
} 
$expand = $_SESSION['expand']; 
list($earl,$trash) = explode("?",$_SERVER['REQUEST_URI'],2); 

?>
Transmission Database

    <?php if (($_SESSION['menu'] == "TransmisionDB") && ($expand)) { ?>
Welcome

Rules

FAQ

Rank FAQ

Merits and Flaws

Backgrounds

The Spheres

Abilities

Projects

Memos

History of the Union

<?php } ?>


<A CLASS="menu" HREF="<?php print($earl); ?>?menu=Conventions">
Conventions</A>

    <?php if (($_SESSION['menu'] == "Conventions") && ($expand)) { ?>
Welcome

Members

Leaders of the Union

Amalgams

<?php } ?>


<A CLASS="menu" HREF="<?php print($earl); ?>?menu=LocationDB">
Location DB</A>

    <?php if (($_SESSION['menu'] == "LocationDB") && ($expand)) { ?>
Welcome

Diefenbakker's Casino

Dominion Consolidated Gaming, Ltd.

Null-B

Commonwealth Trio Laboratory

Acme Pyrotechnic Institute: C.O.R.E.

Divisidero Safe House

Disneyland

Johnson Law

<?php } ?>


<A CLASS="menu" HREF="<?php print($earl); ?>?menu=DeviantDB">
Deviant DB</A>

    <?php if (($_SESSION['menu'] == "DeviantDB") && ($expand)) { ?>
Welcome

<?php } ?>


<A CLASS="menu" HREF="<?php print($earl); ?>?menu=TechnologyDB">
Technology DB</A>

    <?php if (($_SESSION['menu'] == "TechnologyDB") && ($expand)) { ?>
Welcome

Procedures

Enhancements

Vehicles

Devices

Equipment

Hedge Science

Lifeforms

<?php } ?>


<A CLASS="menu" HREF="<?php print($earl); ?>?menu=Propaganda">
Propaganda</A>

    <?php if (($_SESSION['menu'] == "Propaganda") && ($expand)) { ?>
Welcome

Precepts of Damien

Lexicon

Primium FAQ

The Black Suits

MIB Motivational Speech

Quotes

DimSci vs. Spirit

Advertisement: Dev-B-Gone

Progenitor Recruitment Promotion

<?php } ?>


Links


Credits


<?php ini_set('display_errors',1);?>
__________________
24y-CW, 8y-HTML, 5y-PS, 8m-PHP
And I never knew Photoshop could do HTML!
You learn something every day.

http://lexxboard.lurkerlordx.com/listcatagories.php

Reply With Quote
  #3  
Old April 12th, 2005, 06:27 PM
Yaz Yaz is offline
Junior Member
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 2 Yaz New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: < 1 sec
Reputation Power: 0
LLX, thanks for responding, but do you know if there's a function in FrontPage that will allow me to edit my existing nav bars? The example site you provided does not look compatible with my current nav bars.

~YAZ

Reply With Quote
Reply

Viewing: Tutorialized ForumsWeb Design & DevelopmentMS FrontPage > Navigation Bars in FrontPage 2002


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway