Menu placement in GOOGLE PAGES

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
synergy46
Beginner
Beginner
Posts: 2
Joined: Wed Dec 28, 2005 11:34 am

Menu placement in GOOGLE PAGES

Post by synergy46 »

http://synergy.ron.googlepages.com/tester

I put up a little test menu on this page and can't seem to get it to 'stick' to the left side of the page. Is there a 'fix' for this?

I am a 'beginner' with Milonic so speak slowly.... <g>

Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,


If you want it as set top=50; left=150; then remove the calls from the div and place them the first thing after the body tag.

Code: Select all

<BODY id=twocolumn-left>
<SCRIPT language=JavaScript src="milonic_src.js" 
type=text/javascript></SCRIPT>

<SCRIPT language=JavaScript>
      if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
      else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>"); </SCRIPT>

<SCRIPT language=JavaScript src="menu_data.js" 
type=text/javascript></SCRIPT>
<DIV id=container>
Ruth
Post Reply