Hi all: I have about 15 sites that I want to keep all together with some sort of toolbar at the top, I imagine the best way to accomplish this is using iframes. I tried searching on here - and found one thread that was promising but essentially the opposite of what i wanted -it directed me to : http://softwareas.com/styling-a-top-bar which works fine but it is essentially building the network bar then including the site itself. Since it is several sites - to make things easy for the implementers I want to essentially have the sites just add the code after body and the site to fall into place without anything overlapping. I hope that this post makes some sense let me know if not. Any help would be greatly appreciated. Thanks, MatRocka
The best way would probably be just via CSS or via javascript.. An absolutely positioned div that pushes everything else down. Can't give more help though.