<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>Message</title>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PostalCode"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="Street"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="address"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PlaceType"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PlaceName"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Just for the record: the solution was
provided by Adam Tagarro. See his note of June 2009 to me below:<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><b><font size=2 color=black face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;color:black;font-weight:bold'>From:</span></font></b><font
size=2 color=black face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma;
color:black'> Adam Tagarro [mailto:ATAGARRO@co.benton.mn.us] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, June 15, 2009 2:21
PM<br>
<b><span style='font-weight:bold'>To:</span></b> Mike Hamby<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [Geomoose-developers]
Unwanted scrool bar</span></font><font color=black><span style='color:black'><o:p></o:p></span></font></p>
<p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
style='font-size:12.0pt;color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'>Mike - <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'> <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'>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:<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'> <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'>div#CustomForms {<br>
position: absolute;<br>
top: 0px;<br>
left: 0px;<br>
width: 0px;<br>
height: 0px;<br>
z-index: -1;<br>
visibility: hidden;<br>
/*AT - this gets rid of blank space under page content */<br>
display:none;<br>
}<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'> <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'> <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'>Let me know if that works.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'> <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'>Thanks,<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'>Adam<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'> <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:black'>Adam Tagarro<br>
Information Services<br>
<st1:place w:st="on"><st1:City w:st="on">Benton County</st1:City>, <st1:State
w:st="on">MN</st1:State></st1:place><br>
320-968-5042<br>
<a href="http://www.co.benton.mn.us" title="http://www.co.benton.mn.us/">http://www.co.benton.mn.us</a></span></font><o:p></o:p></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<p style='margin:0in;margin-bottom:.0001pt'><font size=2 color=navy
face="Times New Roman"><span style='font-size:10.0pt;color:navy'>Mike Hamby</span></font><font
color=navy><span style='color:navy'><o:p></o:p></span></font></p>
<p style='margin:0in;margin-bottom:.0001pt'><font size=2 color=navy
face="Times New Roman"><span style='font-size:10.0pt;color:navy'>GIS Specialist<o:p></o:p></span></font></p>
<p style='margin:0in;margin-bottom:.0001pt'><st1:place w:st="on"><st1:PlaceName
w:st="on"><font size=2 color=navy face="Times New Roman"><span
style='font-size:10.0pt;color:navy'>Crawford</span></font></st1:PlaceName><font
size=2 color=navy><span style='font-size:10.0pt;color:navy'> <st1:PlaceType
w:st="on">County</st1:PlaceType></span></font></st1:place><font size=2
color=navy><span style='font-size:10.0pt;color:navy'> Assessor's Office<o:p></o:p></span></font></p>
<p style='margin:0in;margin-bottom:.0001pt'><font size=2 color=navy
face="Times New Roman"><span style='font-size:10.0pt;color:navy'><a
href="http://www.parcelmaps.org">www.parcelmaps.org</a></span></font><font
color=navy><span style='color:navy'><o:p></o:p></span></font></p>
<p style='margin:0in;margin-bottom:.0001pt'><font size=2 color=navy
face="Times New Roman"><span style='font-size:10.0pt;color:navy'>(479) 471-3203</span></font><font
color=navy><span style='color:navy'><o:p></o:p></span></font></p>
</div>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> Jim Dahl
[mailto:jim.dahl@mail.co.douglas.mn.us] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, August 24, 2010
1:38 PM<br>
<b><span style='font-weight:bold'>To:</span></b> Dan Little; geomoose-users@lists.sourceforge.net<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [Geomoose-users]
extra white space below geomoose window</span></font><o:p></o:p></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<div>
<p class=MsoNormal><font size=2 color=blue face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:blue'>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;</span></font><o:p></o:p></p>
</div>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> <o:p></o:p></span></font></p>
</div>
<div>
<div>
<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><font
size=2 color=black face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma;
color:black'>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:<o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><font
size=2 color=black face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma;
color:black'> div#CustomForms {<br>
position: absolute;<br>
top: 0px;<br>
left: 0px;<br>
width: 0px;<br>
height: 0px;<br>
z-index: -1;<br>
visibility: hidden;<br>
/*AT - this gets rid of blank space under page content */<br>
display:none;</span></font><o:p></o:p></p>
<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><font
size=2 color=blue face=Arial><span style='font-size:10.0pt;font-family:Arial;
color:blue'>jim</span></font><font size=2 color=black face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;color:black'><o:p></o:p></span></font></p>
</div>
</div>
<blockquote style='margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'>
<p class=MsoNormal style='margin-bottom:12.0pt'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b> Dan Little
[mailto:danlittle@yahoo.com] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, August 24, 2010
12:58 PM<br>
<b><span style='font-weight:bold'>To:</span></b> Jim Dahl;
geomoose-users@lists.sourceforge.net<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [Geomoose-users]
extra white space below geomoose window</span></font><o:p></o:p></p>
<div>
<div>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Sorry I don't have time to pick through the HTML but ensure
that every tag is properly closed.<o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><input ..stuff...> should be <input ...stuff...
/> , <div> should be matched with a </div> and <form>
should be matched with a </form><o:p></o:p></span></font></p>
</div>
<blockquote style='border:none;border-left:solid #1010FF 1.5pt;padding:0in 0in 0in 4.0pt;
margin-left:3.75pt;margin-top:5.0pt;margin-bottom:5.0pt'>
<div>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<div>
<p class=MsoNormal style='margin-bottom:12.0pt'><b><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font
size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> Jim Dahl
<jim.dahl@mail.co.douglas.mn.us><br>
<b><span style='font-weight:bold'>To:</span></b> geomoose-users@lists.sourceforge.net<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tue, August 24, 2010
10:40:34 AM<br>
<b><span style='font-weight:bold'>Subject:</span></b> [Geomoose-users] extra
white space below geomoose window</span></font><o:p></o:p></p>
<div>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>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?</span></font><o:p></o:p></p>
</div>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> <o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Jim Dahl, GISP<br>
GIS Coordinator<br>
<st1:place w:st="on"><st1:PlaceName w:st="on">Douglas</st1:PlaceName> <st1:PlaceName
w:st="on">County</st1:PlaceName></st1:place> Public Works<br>
<st1:Street w:st="on"><st1:address w:st="on">526 Willow Dr</st1:address></st1:Street><br>
<st1:address w:st="on"><st1:Street w:st="on">PO Box</st1:Street> 398</st1:address><br>
<st1:place w:st="on"><st1:City w:st="on">Alexandria</st1:City> <st1:State
w:st="on">MN</st1:State> <st1:PostalCode w:st="on">56308</st1:PostalCode></st1:place></span></font><o:p></o:p></p>
</div>
<p><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>V
320-762-2933<br>
320-762-2999<br>
F 320-762-2998</span></font><o:p></o:p></p>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> <o:p></o:p></span></font></p>
</div>
</div>
</div>
</blockquote>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
</blockquote>
</div>
</body>
</html>