menu-particle-3D-1

 

6 Responses to “menu-particle-3D-1”

  1. Varun says:

    Hey man..Nice Re-Design…. Love your work as usual!!!!!

  2. ge1doot says:

    Yeah ! The Lab section is meant to display short experiments and other tests. Obviously, in this script, labels and hyperlinks are not implemented yet. Any volunteer to finish it?

  3. urorbit says:

    i try to make text and link as array
    you can see code :
    change this var value to array cont
    var nbp = 6;

    and make array under nbp var like this
            var textarr=new Array();
            textarr[1]=”Urorbit”;
            textarr[1]=”bassam”;
            textarr[2]=”<a href=’http://www.urorbit.com’>LINK</a>”;
            textarr[3]=”saprinna”;
            textarr[4]=”essa”;
            textarr[5]=”ahmmad”;
            textarr[6]=”other”;

    after that change  this line :
    txt.innerHTML = ‘Menu ‘ + i;
    with this one :
    txt.innerHTML = textarr[i];

    enjoy  :)

  4. Fabien says:

    Hi,
    I am a beginner with HTML and PHP.
    I am trying to add the modification that Urorbit suggests but it doesn’ t work.
    I think it comes from var textarr=new Array(); I probably don’t put it at the right place.
    Could you please give me some help? Thank you in advance.
    if you are the founder of one of the participant in http://www.dhteumeuleu.com really well done. it is really clear and a big source of insipiration.
    Best regards,
    Fabien

Leave a Reply

Feed updates subscription

Enter your email address:

Delivered by FeedBurner

Donate

Want to give me some extra encouragement ?

License

Creative Commons License

Except where otherwise noted, all Javascript code on this site is licensed under a Creative Commons License.