Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • mmckeen Friend
    #119405

    I 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 Friend
    #216658

    Both small and big icons should be in the same folder with following format
    Small: imagename.png
    Big: imagename-big.png

    ErikThorsen Friend
    #216672

    If you have a live site or URL for us to look at it would help. thanks!

    mmckeen Friend
    #216704

    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!

    Hung Dinh Friend
    #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.3

    ErikThorsen Friend
    #216728

    Yes, 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 Friend
    #216739

    Yes… it is a problem in IE … I’ll try resaving them at a reduced resolution ….

    mmckeen Friend
    #216768

    I 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 Friend
    #216770

    mmckeen;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 ShannonN

    mmckeen Friend
    #216771

    Thanks … 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 Moderator
    #216773

    Hi 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 Friend
    #216783

    Thanks Khan,

    That is really useful info ( though I haven’t tested it, if this works it is useful ) :p

    mmckeen Friend
    #216849

    It works! Thanks very, very much!!!:D

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

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