Hello everyone,
First off, I want to say thank you. This community is great. I have found answers to several of my questions already, and have found many things I would like to attempt in the future. I am brand new to Drupal, and not very familiar with PhP, so I do have a few questions that I hope someone can answer or point me to an answer!
My main design concern at the moment is getting all of the links to a horizontal perspective rather than a vertical perspective. This will cut down on real estate taken up on the users screen. My thoughts are to have my primary links (see my crude illustration below) and then have dynamic secondary links based on the primaries. This way when a user mouses over or selects a primary link, the secondary link area is re-drawn. It would look something like this...
What a user would see if they hovered over the Content link.
Home | Forums | Content | Profile | Search | Logout | Help
Create Post | Create Story | Create Comment
On top of this, I would want to make the Login/Logout functionality fit within this area. Is this a feasible thing to attempt to accomplish within Drupal? So far, I have not seen anything like it.
Thanks!