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 Re: Weird IE issue with MenuItems.js

#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.