[Geomoose-users] extra white space below geomoose window

Mike Hamby mhamby at crawford-county.org
Tue Aug 24 14:45:29 EDT 2010


Just for the record: the solution was provided by Adam Tagarro. See his
note of June 2009 to me below:

 

From: Adam Tagarro [mailto:ATAGARRO at co.benton.mn.us] 
Sent: Monday, June 15, 2009 2:21 PM
To: Mike Hamby
Subject: Re: [Geomoose-developers] Unwanted scrool bar

 

Mike - 

 

I got by the same problem.  Open your htdocs/shared/styles.css file.  In
the bottom, look for div#CustomForms.  Here's what mine looks like:

 

div#CustomForms {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 0px;
 height: 0px;
 z-index: -1;
 visibility: hidden;
 /*AT - this gets rid of blank space under page content */
 display:none;
}

 

 

Let me know if that works.

 

Thanks,

Adam

 

Adam Tagarro
Information Services
Benton County, MN
320-968-5042
http://www.co.benton.mn.us

 

 

Mike Hamby

GIS Specialist

Crawford County Assessor's Office

www.parcelmaps.org

(479) 471-3203

 

  _____  

From: Jim Dahl [mailto:jim.dahl at mail.co.douglas.mn.us] 
Sent: Tuesday, August 24, 2010 1:38 PM
To: Dan Little; geomoose-users at lists.sourceforge.net
Subject: Re: [Geomoose-users] extra white space below geomoose window

 

Thanks Dan, I got a match and had 30 sets of them.  I forgot to respond
to the group that Mike Hamby has a solution to edit CSS file for
display:none;

 

I got by the same problem.  Open your htdocs/shared/styles.css file.  In
the bottom, look for div#CustomForms.  Here's what mine looks like:

 div#CustomForms {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 0px;
 height: 0px;
 z-index: -1;
 visibility: hidden;
 /*AT - this gets rid of blank space under page content */
 display:none;

jim

	-----Original Message-----
	From: Dan Little [mailto:danlittle at yahoo.com] 
	Sent: Tuesday, August 24, 2010 12:58 PM
	To: Jim Dahl; geomoose-users at lists.sourceforge.net
	Subject: Re: [Geomoose-users] extra white space below geomoose
window

	Sorry I don't have time to pick through the HTML but ensure that
every tag is properly closed.

	 

	<input ..stuff...> should be <input ...stuff... /> , <div>
should be matched with a </div> and <form> should be matched with a
</form>

		 

		From: Jim Dahl <jim.dahl at mail.co.douglas.mn.us>
		To: geomoose-users at lists.sourceforge.net
		Sent: Tue, August 24, 2010 10:40:34 AM
		Subject: [Geomoose-users] extra white space below
geomoose window

		Hi, In the IE Browser, not in FireFox, there is extra
white space below the main GM 1.6 window.  There is a scroll bar on the
right hand side, but there is nothing to view.  I had been dabbling in
several files, but think the problem is in the html file, since that is
where I added the search boxes.  Can anyone give me a clue or should I
attach code?

		 

		Jim Dahl, GISP
		GIS Coordinator
		Douglas County Public Works
		526 Willow Dr
		PO Box 398
		Alexandria MN 56308

		V 320-762-2933
		   320-762-2999
		F 320-762-2998

		 

	 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20100824/33862db7/attachment.html


More information about the Geomoose-users mailing list