AllWebMenus sale

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lisa Lasch

    AllWebMenus sale

    Hello,

    for all those interested, let me bring to your attention that Likno
    Software is having a 'sales week' so you can purchase AllWebMenus PRO
    for creating your javascript menus with a 35% discount - for $39.95.

    Best regards

    Lisa Lasch
    Likno Development Team
  • Lasse Reichstein Nielsen

    #2
    Re: AllWebMenus sale

    lisa@likno.com (Lisa Lasch) writes:
    [color=blue]
    > for all those interested, let me bring to your attention that Likno
    > Software is having a 'sales week' so you can purchase AllWebMenus PRO
    > for creating your javascript menus with a 35% discount - for $39.95.[/color]

    I'll just quote a few lines from this AllWebMenus:

    Magic numbers:
    ---
    awmIEMacOffsetX =10;
    awmIEMacOffsetY =15;
    awmIEMac4Offset X=0;
    awmIEMac4Offset Y=-21;
    ---
    Using navigator object (and using 1 for true and 0 for false!):
    ---
    var awmSupported=(n avigator.appNam e + navigator.appVe rsion.substring (0,1)=="Netscap e5" || document.all || document.layers || navigator.userA gent.indexOf('O pera')>-1)?1:0;
    ....
    if (document.all) mpi=document.al l['awmMenuPathImg-menu'].src;
    if (document.layer s) mpi=document.im ages['awmMenuPathImg-menu'].src;
    if (navigator.appN ame + navigator.appVe rsion.substring (0,1)=="Netscap e5" || navigator.userA gent.indexOf('O pera')>-1) mpi=document.ge tElementById('a wmMenuPathImg-menu').src;
    ....
    var nua=navigator.u serAgent,script No=(nua.indexOf ('Safari')>-1 && parseFloat(navi gator.productSu b)<20030108)?7: (nua.indexOf('G ecko')>-1)?2:((document .layers)?3:((nu a.indexOf('Oper a')>-1)?4:((nua.inde xOf('Mac')>-1)?5:((nua.inde xOf('Konqueror' )>-1)?6:1))));
    ---

    I guess this commercial advertisement is allowed according to the FAQ.
    That doesn't mean I have to like it :)

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    • anybody

      #3
      Re: AllWebMenus sale

      What is a good DOM tutorial. Any ideas out there?

      I have written some basic DHTML drop down menus. But there are browser
      compatibility issues (what else is new).

      But i know there has to be a good book or web site w/ some tutorials on
      this.

      Also, I need a good site with the DOM for IE and NN preferably in chart
      form.

      I am surprised how little there is on DOM / DHTML.

      Thanks.


      "Lasse Reichstein Nielsen" <lrn@hotpop.com > wrote in message
      news:ad6so33u.f sf@hotpop.com.. .[color=blue]
      > lisa@likno.com (Lisa Lasch) writes:
      >[color=green]
      > > for all those interested, let me bring to your attention that Likno
      > > Software is having a 'sales week' so you can purchase AllWebMenus PRO
      > > for creating your javascript menus with a 35% discount - for $39.95.[/color]
      >
      > I'll just quote a few lines from this AllWebMenus:
      >
      > Magic numbers:
      > ---
      > awmIEMacOffsetX =10;
      > awmIEMacOffsetY =15;
      > awmIEMac4Offset X=0;
      > awmIEMac4Offset Y=-21;
      > ---
      > Using navigator object (and using 1 for true and 0 for false!):
      > ---
      > var awmSupported=(n avigator.appNam e +[/color]
      navigator.appVe rsion.substring (0,1)=="Netscap e5" || document.all ||
      document.layers || navigator.userA gent.indexOf('O pera')>-1)?1:0;[color=blue]
      > ...
      > if (document.all) mpi=document.al l['awmMenuPathImg-menu'].src;
      > if (document.layer s) mpi=document.im ages['awmMenuPathImg-menu'].src;
      > if (navigator.appN ame + navigator.appVe rsion.substring (0,1)=="Netscap e5"[/color]
      || navigator.userA gent.indexOf('O pera')>-1)
      mpi=document.ge tElementById('a wmMenuPathImg-menu').src;[color=blue]
      > ...
      > var nua=navigator.u serAgent,script No=(nua.indexOf ('Safari')>-1 &&[/color]
      parseFloat(navi gator.productSu b)<20030108)?7: (nua.indexOf('G ecko')>-1)?2:((d
      ocument.layers) ?3:((nua.indexO f('Opera')>-1)?4:((nua.inde xOf('Mac')>-1)?5:((
      nua.indexOf('Ko nqueror')>-1)?6:1))));[color=blue]
      > ---
      >
      > I guess this commercial advertisement is allowed according to the FAQ.
      > That doesn't mean I have to like it :)
      >
      > /L
      > --
      > Lasse Reichstein Nielsen - lrn@hotpop.com
      > DHTML Death Colors:[/color]
      <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>[color=blue]
      > 'Faith without judgement merely degrades the spirit divine.'[/color]


      Comment

      Working...