How to place a navigation menu?

Question by frankfihn: How to place a navigation menu?
I have a website that I’m building (http://www.theinvestortoday.com) that is basically a squeeze page. It is a masthead with a long continuous table centered below it.

I want to include a navigation menu on the left that users can use to make the page feel a little more “offiical” looking. I found a website that helps autogenerate a flash navigation menu (http://www.hypergurl.com/flashnavbar.html).

I’m trying to input the code generated from my flash menu so that it is directly to the left of the main table with the correct spacing.

Here is the autogenerated flash code:









How can I place the menu directly to the left of the table? I’ve been able to use CSS to make the position of the navigation menu as absolute but if any user has a different screen resolution than I do than that position won’t make sense.

So my question is how do I make the navigation menu appear just to the left of my main table regardless of what the user has their screen resolution set to?

Best answer:

Answer by Growl
Put it inside a division.

Or you could Flash and do something like this

CSS
button.nav
{
font-family:Comic Sans MS;
font-size:large;
color:blue;
background-color:#A9D3BC;
width:180px;
border-color:#D9C9DA;
border-width:3px;
}

HTML




Give your answer to this question below!

Get the book now