Can someone tell me how do I make a navigation bar on top of every page and sub domain on my site? Google has this: You, Search, Images, Maps etc. I believe Blogger has a similar bar on top of blogs. Thanks.
Google uses PHP I believe. You could make a navigation bar that would appear on all pages by including a "navbar.php" file, and coding the navbar within that. This could be done using the line "include 'variables.php';" and putting it on every page. I'm not sure of the exact specifics so I would recommendasking the PHP forum about the exact code you need to do it.
I know of a copy of a Google top nav bar someone made in html css and javascipt but not responsive this is it > http://thegeekyme.com/Demo/Google_Nav/ you cna get it here > http://thegeekyme.com/creating-a-google-like-redblack-navigation-bar-without-any-imagejavascript however it is not respsonsive and perhaps Twitter Bootstrap would offer you as similar and perhaps better as it's easier and more modern solution > http://twitter.github.io/bootstrap/