-
AuthorPosts
-
mmckeen Friend
mmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
March 28, 2007 at 2:26 am #119405I have everything loaded and the small icons appear just fine. When I mouse over them they zoom large but the large icon never appears. Instead I get the image missing x. I uploaded BOTH images into the same directory with the same permissions. Any idea what might be happening?
Thanks,
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
March 28, 2007 at 4:41 am #216658Both small and big icons should be in the same folder with following format
Small: imagename.png
Big: imagename-big.pngErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
March 28, 2007 at 7:05 am #216672If you have a live site or URL for us to look at it would help. thanks!
mmckeen Friendmmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
March 28, 2007 at 12:56 pm #216704I have confirmed that both of the icons (home.png and home-big.png for example) are in the images/stories directory. I have assigned home.png to the menu item. It still isn’t working correctly.
The live site is http://www.barkleyandpaws.com
Thanks!
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
March 28, 2007 at 4:54 pm #216727<em>@mmckeen 11082 wrote:</em><blockquote>I have confirmed that both of the icons (home.png and home-big.png for example) are in the images/stories directory. I have assigned home.png to the menu item. It still isn’t working correctly.
The live site is http://www.barkleyandpaws.com
Thanks!</blockquote>
The icon menu is working fine with my FireFox 2.0.0.3ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
March 28, 2007 at 5:00 pm #216728Yes, I am assuming this is in reference to png and IE. IE is crap and you need to find a way around this in IE I guess. Did you save these as 8bit or 25bit pngs? Try to save as 8bit I think. If I am not mistaken that is a better solution than 24bit. Or other way around. I hate IE… Bastards…
mmckeen Friendmmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
March 28, 2007 at 5:49 pm #216739Yes… it is a problem in IE … I’ll try resaving them at a reduced resolution ….
mmckeen Friendmmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
March 29, 2007 at 1:51 am #216768I noticed that in IE the icons work perfectly on the demo site. …. anyway to find out what the fix was for that? I tried reducing the icon as well as setting the alpha channel to a single bit but nothing worked…
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 29, 2007 at 2:01 am #216770mmckeen;11082I have confirmed that both of the icons (home.png and home-big.png for example) are in the images/stories directory. I have assigned home.png to the menu item. It still isn’t working correctly.
The live site is http://www.barkleyandpaws.com
Thanks!
Works here in FF2 and IE7 refresh your browser and try again, I noticed several errors on the page that spoils the nice look, in the video section the text for super bowl banned ads isn’t showing the full text bud light, you’ve run outta space makes it look suss, also the last videos text description is in a different font?
at the top the warning re pet food recall, the bullet-error.gif should be remade with a transparent bkg (index transparency) that way it wont have the white background spoiling the tan etc
Cheers ShannonNmmckeen Friendmmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
March 29, 2007 at 2:30 am #216771Thanks … I’ll look at that … the issue isn’t IE7, yes it looks fine in IE7 but in the earlier releases of IE it fails…IE7 supports full transparency while IE6 only supports 1Bit.
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 29, 2007 at 3:20 am #216773Hi mmckeen,
The problem is on the way Iconmenu detect your IE brower version. Function XMLHttpRequest is defined in your site causing the wrong detection.To fix the problem, please open file “templates/ja_utahia/ja_iconmenu/ja.iconmenu.js”, search following code:
if (isIE)
isIE = (document.all && !window.opera && window.XMLHttpRequest) ? false : true;
and replace with:
if (typeof document.body.style.maxHeight != "undefined") isIE = false;
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
March 29, 2007 at 6:35 am #216783Thanks Khan,
That is really useful info ( though I haven’t tested it, if this works it is useful ) :p
-
AuthorPosts
This topic contains 13 replies, has 5 voices, and was last updated by mmckeen 17 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum