Re: Problems with IE7 when using latest version as Image Selector

  •  08-20-2008, 8:32 AM

    Re: Problems with IE7 when using latest version as Image Selector

    I have finally solved my problem.

    Burried in my masterpage I had a call to an external stylesheet that had the following...

    .imageselector
    {
         visibility: hidden;
         height:0px;
         width: 0px;
    }
     
    I removed this and now everything works as it should in IE7.
View Complete Thread