Jump to content

[SOLVED] menu shows up in wrong place!


anon

Recommended Posts

I'm designing a business for a small-time website and beneath their logo, i want to place a DHTML menu. I use Dreamweaver MX and on the design view, i place the logo, then underneath i place the scroll image which represents the menu in dreamweaver. Whenever i preview in ff and IE, it shows the menu right at the top though. I've looked at the code and saw that the img src was inside body, so i changed it and placed the menu code underneath, yet i still have the same problem, here's what it looks like

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<img src="/Header%20Card%2004-07-2007%20Starter.jpg" width="1042" height="322"> </head> 
<script type='text/javascript'>
-->[color=red]code for menu starts here, its 700 lines long, so i didn't add it all![/color]
function Go(){return}


Menu1=new Array("Home","http://","",0,20,130);

\

 

So what do i do?

Link to comment
https://forums.phpfreaks.com/topic/59807-solved-menu-shows-up-in-wrong-place/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.