Home › Forums › JavaScript › Weird IE issue with MenuItems.js › Re: Weird IE issue with MenuItems.js
June 20, 2013 at 9:11 pm
#139676
Member
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.