relative positioning

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
pavia@gti.net
Beginner
Beginner
Posts: 3
Joined: Sun May 19, 2002 7:24 pm

relative positioning

Post by pavia@gti.net »

I hate to be redundant and I know people have asked questions numerous times and maybe it's just me but I have been hunting and hunting these forums and I still haven't been able to find a definitive answer to how one goes about positioning the menu in a table (or I guess what has been referred to as binding it to a table cell). More specifically:

--what is the html that must go into the document itself?
--where should that be placed?


--what lines need to be changed in the menu_array.js file?
--what should they be changed to?

Overall goal is to have the menu relatively positioned to everything else on the page so it always ends up in the right place (i.e.: no matter what the screen resolution is or if the window is resized etc...).
Diane
Beginner
Beginner
Posts: 6
Joined: Tue Oct 08, 2002 11:33 pm
Contact:

Relative Positioning

Post by Diane »

Same question as 'pavia'. I am using CSS relative positioning to position items on my page.

How do I position the menu relative to other items on the page? From what I have read, I can only position the Milonic menu relative to the browser screen.
dschneller
Advanced
Advanced
Posts: 10
Joined: Sun Oct 20, 2002 8:56 pm
Location: Germany

Post by dschneller »

Hi,
is this helpfull for you?
http://www.milonic.co.uk/menu/menusampl ... ampleid=21
Greetings from Germany :-)
Diane
Beginner
Beginner
Posts: 6
Joined: Tue Oct 08, 2002 11:33 pm
Contact:

Need css, not table cells

Post by Diane »

We need to be able to position the menu within a CSS layer not a table cell.
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi all,
Diane wrote ..
We need to be able to position the menu within a CSS layer not a table cell.
Ever tried the "Placemenu()" function inside a DIV container ?
<DIV class=YourCSSclassdefinitionhere>
<script language=JavaScript>PlaceMenu("MainMenu")</script>
</DIV>

Cheers
Trytrix

(Give me a hit http://www.ransbecca.be)
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
Post Reply