Displaying 2 results from an estimated 2 matches for "sichtbar".
Did you mean:
rightbar
2006 Feb 18
0
Move element into view
...element into
view.
Usage: new Effect.ScrollToFullView(element, {duration: 0.6, offset: 10});
Offset is the distance in pixel to the upper/lower viewport border.
You need to define window.isIE as true/false somewhere prior or change the code.
// Nur sowenig wie möglich scrollen, bis das Element sichtbar ist.
Effect.ScrollToFullView = Class.create();
Object.extend(Object.extend(Effect.ScrollToFullView.prototype,
Effect.ScrollTo.prototype), {
setup: function() {
Position.prepare();
this.scrollStart = Position.deltaY;
var offsets = Position.cumulativeOffset(this.element);
var rand =...
2006 Mar 16
4
Domain Authentication Problem
I have been running Samba 2.2.8 on a Solaris 8 server with a valid
NetBIOS server name on the AD domain. The Samba 2.2.8 configuration was
configured for security = domain. Everything was fine until the AD
domain controllers were "upgraded" to Windows Server 2003 SP1. User
authentication would no longer function with the following error message
in the samba 2.2.8 log: