Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Placing the Javascript menu

Status
Not open for further replies.

olesveen

Technical User
Joined
Jul 27, 2006
Messages
3
Location
NO
Hi,

I'm not familar with Jacascript so I has downloaded a Javascript menu and modify it. That's work perfect.
The problem is that I want to place the menu in a frame, tabell or other place on my webpage. But how can a control the position for my menu?
I use FP and I can't do it on my usual way.

Thanks!

BR
Ole
 
Will this help:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "<html>
<head>
<title>Meny</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<script type='text/javascript'>function Go(){return}</script>
<script type='text/javascript' src='menu-rows_var.js'></script>
<script type='text/javascript' src='menu131.js'></script>
</body>
</html>

BR
Ole
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top