We are currently working on providing HierMenus to you at no cost. HierMenus code requires a confirmed membership with internet.com. Please register by clicking here and come back soon to download your free copy of HeirMenus code.
Click Here to Register

Site Navigation
Bulletins
About
Documentation
FAQ
Samples
Known Issues
Technology Jobs

internet.commerce

Partner With Us














          
internet.com

IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 
HierMenusCentral Enhance the Functionality of Your Web Site with DHTML HierMenus.
    

home / issues / issue #17

Issue:Pixelate Transition Does Not Work Properly On First Display
Browser:IE5.5/6
Platform:Windows
Description:The pixelate transition will not always work properly on the first display of a menu. Subsequent displays work fine.
Cause:Unknown.
Comments:A possible work around is to use this function as an HM_OnMenuCreated hook on the menu that utilizes the pixelate transition:

function HM_fc_FixPixelate(menuEl) {
      if(!window.HM_IE55) return;
      var theFilter=menuEl.filters.item(this.HideTransitionIndex);
      theFilter.apply();
      theFilter.play();
}

// register as follows:
...
   HM_OnMenuCreated:HM_fc_FixPixelate,
...
Unfortunately, for the above technique to work, the pixelate transition must be applied both to the Show and Hide transitions for the menu.

Suggestions are requested. Please use this link to send mail if you have any insights and would like to share them:

Internet Explorer Pixelate

Posted:March 25, 2004


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Created: 3/25/2004
Updated: 3/25/2004
URL: http://www.hiermenuscentral.com/issues/17.html