[Geomoose-users] extra white space below geomoose window

Jim Dahl jim.dahl at mail.co.douglas.mn.us
Tue Aug 24 14:37:32 EDT 2010


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/37fc9401/attachment.html


More information about the Geomoose-users mailing list