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.htm…
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:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-4…
codebase="http://download.macromedia.com…
WIDTH=125 HEIGHT=222>
<PARAM NAME=movie VALUE="pod.swf?tarframe=_self&exbackgrou… website(had to remove for yahoo)
/&makenavfield1=Investing FAQ&makenavurl1=articles/real-estate-inv… Courses&makenavurl2=paid-courses/index.h… Policy&makenavurl3=privacy-policy.htm&ma… of Use&makenavurl4=terms-of-use.htm&makenav… Us&makenavurl5=about-us.htm">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noborder>
<PARAM NAME=salign VALUE=LT>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="pod.swf?tarframe=_self&exbackground… FAQ&makenavurl1=articles/real-estate-inv… Courses&makenavurl2=paid-courses/index.h… Policy&makenavurl3=privacy-policy.htm&ma… of Use&makenavurl4=terms-of-use.htm&makenav… Us&makenavurl5=bout-us.htm" loop=false menu=false quality=high scale=noborder salign=LT wmode=transparent bgcolor=#000000 WIDTH=125 HEIGHT=222 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/s…
</OBJECT>
<script language = "javascript">
<!--
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++)
theObjects[i].outerHTML = theObjects[i].outerHTML;
//-->
</script>
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?
How to place a navigation menu?

Posted in
Tags: 




