Eliminating Frames from 1.04
Moderator: SourceGear
-
- Posts: 38
- Joined: Thu Apr 01, 2004 7:14 am
- Location: Stamford, CT
- Contact:
Eliminating Frames from 1.04
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.
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:
(firefox browsers honor the height:470 and IE browsers honor the height: expression)
Code: Select all
#body
{
height: 470;
height: expression(document.body.clientHeight - 120 );
}
Mary Jo Skrobul
SourceGear
SourceGear