Closed Thread Icon

Preserved Topic: pupius script (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18239" title="Pages that link to Preserved Topic: pupius script (Page 1 of 1)" rel="nofollow" >Preserved Topic: pupius script <span class="small">(Page 1 of 1)</span>\

 
Relain
Paranoid (IV) Inmate

From: westernesse
Insane since: Jul 2000

posted posted 08-16-2001 17:30

hi, im slowly getting to grips with javascript, however i kind of have to produce a website by the end of next week, so the pressure is on a tad...
this has kind of forced me to start copy pasting scripts, which i expect will make most people here sigh shrug their shoulders and give up... i know its not he way to
learn but i don't really have the time to advance to a level which i want the site in question to be.
anyhow i've found this really cool script for a site menu from http://www.pupius.net./pre_release.php its the dotmenu script... its on [url] http://www.dhtmlcentral.com thing is i want to put it in a box [a div i guess] so that i can move it around and run it out from the side of the page etc... but to be honest i cannot for the life of me figure out how to do this. i can sort of follow most of the script and i've tried just putting the div tags around the whole shebang, the script is in the body of the page. anyone got any ideas?

oh yeah Mr.Max HTML Beauty is excellent thank you for creating it, life is so much easier in colour.

: : RELAIN : :
'infinity is as near as it is far'

edit: i've been outtagged by UBB ah well such is life

[This message has been edited by Relain (edited 08-16-2001).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 08-16-2001 17:40

These are the insturctions from DHTML Central:

  • Create the base menu object using:

    var menu = new menuObject(objName,xPos,yPos,caption,startRadius);

    Where objName in this example = "menu"

    xPos and yPos = start position of menu

    caption = text

    startRadius = base distance of subMenus
  • Move menu using menu.moveMe(x,y) or menu.moveBy(dx,dy) (moveMe is relative to parent's position or (0,0) if no parent)



BTW I'm glad that you like MAX's HTML Beauty++ ME!

Relain
Paranoid (IV) Inmate

From: westernesse
Insane since: Jul 2000

posted posted 08-16-2001 23:50

cheers, so basically i can position it absolutely on the page but i can't put it inside a div. So to move it around i guess i animate the x/y co-ords of that main menu section right?

: : Relain : :

edit. oops, reading the reply actually helps. thanks

[This message has been edited by Relain (edited 08-16-2001).]

« BackwardsOnwards »

Show Forum Drop Down Menu