Ok, I'm working on a website. More specifically, my website. For navigation, I was thinking of doing a Javascript, tab typed navi. Basically, What I'll do is print out my navigation with PHP (My Custom made CMS is the reason behind printing out with PHP).
Then I'll have div tags (a multitude of tags) Each with a separate type of links depending on the first group. Where the javascript comes in is when I click on the links, it will show the respected Group of links. I was wondering if this is still Search Engine friendly to do. All I'm doing is modifying the CSS of the display property. So, I exchange which div tags become visible.
Here's what I mean:
This is the main navi
------------------------
Home | Contact | Other |
------------------------
------------------------
*div for home* Home | Games *div for contact* Email | Form *div for other* News | Blog
------------------------
The div for home group will only be shown when home is clicked.
The div for contact will only be shown when contact is clicked.
If you don't understand, I'll knock up an example. I just didn't want to work on something I won't use.
Thanks for your time everyone.