When we use the technique given below, the following happens when we click on a link (in our HTML-menu) in order to go to a new page (which may belong to a foreign domain): bla.html (our own domain) or h ttp://www.blabla.bla (a foreign domain) is included in a dynamically created text/html-object (non-IE) or iframe (IE) (IE doesn't correctly handle the object yet); the object/iframe containing the new page (bla.html or h ttp://www.blabla.bla) is automatically added to a file ...
Updated 03-24-2009 at 11:25 PM by molendijk
Original Script: DD Drop Down Panel v1.01 Changes: This modified version of dddropdownpanel.js adds an optional fade effect to the original slide up/down animation, so both effects are shown simultaneously. If you're looking for more flare for the animation, this is it! Usage: Just replace the original .js file with the modified one. The fade effect can be toggled at the end of the .js file where you initialize the script: Code: var defaultpanel=new ddpanel({ ...
var defaultpanel=new ddpanel({
Well, IE8 was officially released today, and most reviews I've come across on the web seems to be more or less positive, some even saying it puts IE back on top of FF. I've been using IE8 since the beta releases, and to me it's no FF killer. But personal feelings aside, the fact of the matter is, IE8 has arrived, it will eventually become the top browser market share wise in time as it's fed to Windows users, and unfortunately, this means it's also time to go through all scripts on DD to ensure ...
The text/html-object can be used to include HTML, except in IE, which doesn't support the object well yet, and where, as a consequence, we should still use an iframe for that purpose. How do we include HTML-menus (which are list-menus, normally)? As HTML-menus may have subitems, and as these subitems must be allowed to appear anywhere on the screen, an object or iframe containing the menu must have 100% size (as a principle, see below for certain restrictions). But ...
Updated 03-21-2009 at 07:47 PM by molendijk (Bug in All Levels Navigational Menu)
Original Script: Simple Controls Gallery v1.3 Changes: This modified version of simplegallery.js hooks up the left and right arrow keys on the keyboard so pressing them moves the gallery back and forth, respectively, in addition to the default navigation methods of course. Usage: Just replace the original .js file with the modified one.
Updated 03-09-2009 at 07:58 PM by ddadmin