How do I create or find a network bar?

Discussion in 'HTML & Website Design' started by csquare016, Mar 4, 2007.

  1. #1
    Hi, I have recently seen sites in the past that have a network bar at the top of their sites that shows all their websites in a pull down menu etc. How do I make one or where can I find one of these?

    Thanks
     
    csquare016, Mar 4, 2007 IP
  2. libertygone

    libertygone Active Member

    Messages:
    2,625
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    90
    #2
    view the source code of the site. it's usually done with a javascript code. put a code that links to the javascript source right at the begining of your <body> tag such as:

    <script src="http://www.yourdomainname.com/network_bar.js" type="text/javascript"></script>


    then, at www.yourdomainname.com/network_bar.js have your soruce code.
    if you need some more detailed help, give me a PM or send me an AIM message.

    :D
     
    libertygone, Mar 4, 2007 IP