Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Weird IE issue with MenuItems.js

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45705
    lprintz
    Participant

    Hello all!

    We’re getting a period in front of our navigation links on our site and it ONLY happens in IE

    I looked at the .js and don’t see anything that could cause this. Can any javascript gurus out there help me out?

    The site is http://www.djgins.com and the script running the nav is MenuItems.js

    Thanks so much!

    Len

    #139624
    Senff
    Participant

    I suspect it is just the indicator that the image file sample_images/bullet.gif can not be found… which makes sense cause it’s not there: http://www.djgins.com/sample_images/bullet_hl.gif

    #139676

    Senff is partially correct; one problem here is missing resources (confirmed through Fiddler with an Auto Responder). Additionally, you appear to have the width and height set to 0 and 0. In Internet Explorer, this results in the image being 1×1. If you want to hide an image, set its width and height in CSS. Of course it may be better to modify its display property instead at this point.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.