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
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.