-
AuthorPosts
-
July 13, 2007 at 7:16 pm #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 FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
July 13, 2007 at 10:36 pm #224164sylexe;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?
July 13, 2007 at 11:06 pm #224168hmm, 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 responseShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
July 14, 2007 at 1:46 am #224173sylexe;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 responseprobably 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 ShannonNJuly 14, 2007 at 3:07 am #224178so 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.phpShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
July 14, 2007 at 3:18 am #224179sylexe;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.phpreplace 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?
-
AuthorPosts
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