Hi,
the problem with the scrollbar is in the getContentWidth-Method in dynlayer_dom.js
In my own version of dynapi I replaced it with the following:
p.getContentWidth=function() {
if (this.elm==null) return 0;
else {
var tw = this.elm.style.width;
thi
If this works then WONDERFULL!
Tho, not working in 1.4 means they finally fixed the content-width bug (must
missed that in the changelogs)
Unfortunatly there is no way to work around this bug in 1.4
The bug in question is that Mozilla pre-1.4 misreports the width of a nested
layer.
The width is cu
hi there
see below...
Tho, not working in 1.4 means they finally fixed the content-width bug (must
missed that in the changelogs)
Unfortunatly there is no way to work around this bug in 1.4
NOT TRUE!
1. get the content of the layer in question (with innerHTML-property)
2. write content into a dummy
This is still far better than anything i have come across.
Though i was not considering such a thing due to the serious performance
hit.
Basically, I use static widths when in mozilla.
It suck, I know.. But it still blows IE out of the watter
- Original Message -
From: "Michael Bürge" <[