continued work on fixing bugs left from fixing the IE6 bug. the
Mozilla stuff worked, but slowed the speed down, which in turn means
further development is needed later to speed it up again. IE4 gave
plenty of headaches since it constantly crashes when writing a script
element with src set to the document, and none of the other options
seemed to work. IE5, IE6, NN4.x and Mozilla behave quite nicely.
2001-01-23:
- Mozilla 0.9.7 doesn't support the scrollbar properties, so they're
not inserted into the document at all, fixed with an appropriate
if()-statement. also, Moz likes having 'height: 100%' for body, if
not it doesn't repeat the background image like one wants it to.
- right-click prevention code moved to right-click.js. file will be included
at a later stage.
- added configuration variable MTMLinkedInitFunction which is the name of
the function found in the linked .js file that initializes setup. this
is _required_ for a linked .js file to work.
- IE4 doesn't seem to want to support a linked .js file, it only hangs.
attempts to use insertAdjancentHTML() didn't work, neither did attempts
to give the script and ID and use the .src property to load the .js-file.
- menu doesn't work in IE4 at this time. will split the document output
code ASAP to ease maintenance, debugging and development.
Morten!
--
"...a liquid which was almost, but not quite, entirely unlike tea."
My opinions are not necessarily those of my provider,
not necessarily mine, and probably not necessary.
|