anon Posted July 13, 2007 Share Posted July 13, 2007 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? Quote Link to comment Share on other sites More sharing options...
anon Posted July 13, 2007 Author Share Posted July 13, 2007 Nevermind, i looked for the co-ordinates in the code and changed them. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.