test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sylexe Friend
    #121403

    Hello,

    I have a question regarding iconmenu in JA_Utahia. I don`t want the images to get bigger and shift, instead i want images to be changed (same size, different color) in the same manner as it is done orignally (but without shift). Can I actually change java code to something simple? i am sure there a plenty of java codes for changing images onMouse over on the web…

    ShannonN Friend
    #224164

    sylexe;20863Hello,

    I have a question regarding iconmenu in JA_Utahia. I don`t want the images to get bigger and shift, instead i want images to be changed (same size, different color) in the same manner as it is done orignally (but without shift). Can I actually change java code to something simple? i am sure there a plenty of java codes for changing images onMouse over on the web…

    Probably easier to take advantage of the java coding already there I think the code is set on the naming of the icons you use, you select the ‘big’ named icon not the small ( that is having no ‘big’ in the big name ) the java then grabs the non big’ version of the icon for the rollover. substute the physical ‘big’ icon with the same size icon but name it ‘big’ etc etc get my idea?

    sylexe Friend
    #224168

    hmm, not really. i guess you are right about the code
    var arr_w;
    var arr_img;
    var arr_img_small;
    var arr_img_big;
    var arr_img_temp;

    not sure, however, cant read java at all)
    I also got a logic of what you have said, the only question remains is about
    “having no ‘big’ in the big name”? can you please describe this a bit more precisely…
    and thanks for quick response

    ShannonN Friend
    #224173

    sylexe;20873hmm, not really. i guess you are right about the code
    var arr_w;
    var arr_img;
    var arr_img_small;
    var arr_img_big;
    var arr_img_temp;

    not sure, however, cant read java at all)
    I also got a logic of what you have said, the only question remains is about
    “having no ‘big’ in the big name”? can you please describe this a bit more precisely…
    and thanks for quick response

    probably the way way to explain how I understand it

    is as you know how the rollovers works it asks when you first set up ja icons that you direct the module to use the big version of the icon you wish to use, having both a big icon and a standard icon in the folder?

    The module then looks for the big icon and auto associates the standard icon of the same name ( less ‘big’ ) as the complementary partner to be used

    That is if you have a standard sized icon called standard_icon.gif or jpg you must also have a bigger icon of the same image called standard_icon_big.gif or jpg?

    My method would allow you to put any icon you wish to make the exchange on rollover with by merely giving that other icon teh same naming convention as the small one but include _big in the name.

    Much the same principle as in JA header create your own images BUT name them the same as the demo images to avoid and mistakes or changes to the naming conventions, in other words change the method not the code

    Hope this makes sense
    Cheers ShannonN

    sylexe Friend
    #224178

    so you mean replacing big icons with smaller ones and leave name unchanged? thats what i did at first, java still makes them bigger, but with lower resolution…
    http://nornat.net/nornat2/index.php

    ShannonN Friend
    #224179

    sylexe;20884so you mean replacing big icons with smaller ones and leave name unchanged? thats what i did at first, java still makes them bigger, but with lower resolution…
    http://nornat.net/nornat2/index.php

    replace the smaller icons with icons the same size as big but use whatever images you like keep the name of the replacement items the same as the small name?

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  ShannonN 17 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum