spw
Member
Posts: 44
Registered: 12/8/2005
Location: Australia
Member Is Offline
|
| posted on 12/8/2005 at 07:40 PM |
|
|
Simple two-column but Menu Gold does not transverse frames
I THINK I have adherd to the rules, I have definitely read all the documentation but in a simple two-column setup the menu's in column 1 dont cross
over into column 2 - HAS ANYONE A SIMPLEWORKING EXAMPLE THEY COULD POINT ME AT???
|
|
|
spw
Member
Posts: 44
Registered: 12/8/2005
Location: Australia
Member Is Offline
|
| posted on 12/9/2005 at 04:40 PM |
|
|
Solved - alll it takes is perserverence....
Here is one for explanation by Tigra but for the general information of others like myself.
In the file headers we are told to include the following:
<script language="JavaScript" src="menu_files/menu.js"></script>
<script language="JavaScript" src="menu_files/items.js"></script>
<script language="JavaScript" src="menu_files/template.js"></script>
<link rel="stylesheet" href="menu_files/menu.css">
It is IMPORTANT to use the order of inclusion as shown – DO NOT try to be different or smart or neat or anything other than exact: don’t even
think of putting the stylesheet reference first instead of last – it stops the overlapping working a nd is the least obvious error to spot…
Why does it stop the overlap working ?? Dunno – maybe Tigra can comment but this is my contribution after about 3 hours of solid frustration…
:) I have a very simple top-frame, left-frame, main-frame example for anyone who wants it – can email the zipped set including the menu_files.
|
|
|