Eliminating Frames from 1.04

If you are having a problem using Dragnet, post a message here.

Moderator: SourceGear

Locked
Neil Weicher
Posts: 38
Joined: Thu Apr 01, 2004 7:14 am
Location: Stamford, CT
Contact:

Eliminating Frames from 1.04

Post by Neil Weicher » Thu Aug 18, 2005 9:55 am

I upgraded to Dragnet 1.0.4 and now have these annoying frames. Is there any way to eliminate them and go back to the way it used to work? Thanks.

mskrobul
Posts: 490
Joined: Wed Jan 14, 2004 10:22 am
Location: SourceGear
Contact:

Post by mskrobul » Thu Aug 18, 2005 12:25 pm

To go back to the way Dragnet was prior to 1.0.4 search for the "#body" (pound body, not just body) in the Dragnet Style (dragnet.css) sheet and comment the "height" elements:

Code: Select all

#body
{
        height: 470;	
        height: expression(document.body.clientHeight - 120 );
}
(firefox browsers honor the height:470 and IE browsers honor the height: expression)
Mary Jo Skrobul
SourceGear

Locked