I fixed it. How much will you pay me? Just kidding
The problem is with the width of your iframe. It looks like the widest you can go in IE6 and not have it push out your borders is 900px.
You have some other problems with your code, too, though, including a number of unclosed tags, use of uppercase, head tags placed outside the head section, etc. I tidied it up a bit, and will paste the code below.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=600,height=225,scrollbars=yes');
return false;
}
//-->
</script>
<link rel="shortcut icon" href="/favicon.ico">
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>Map</title>
<base href="http://www.rorrie.com" />
<link rel="stylesheet" type="text/css" media="screen, print, projection" href="map.css"></link>
</head>
<body>
<div id="pid0map">
<div id="scootdown">
<div id="contentgrow">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="88%"><img src="2ndtiermedia/title_map.png" alt="map search"/>
<p> Welcome to my Smart Map Search! Click on the house icons to view photos and quickly narrow your search. Use the View Details Link to see home features and additional information.------<a href="http://www.eppraisal.com/" target="new"><b><font color="#FF0000">Find a Property and Run a Free Eppraisal!</font></b></a></p><a href="maphelp.html" onClick="return popup(this, 'help')"><b><font color="#FF0000" size="3">Map Tutorial</font></b></a>
</td>
<td width="12%"><a href="http://www.myPlugoo.com/YUX0KZA5NPA" target="new"><img src="2ndtiermedia/imicon.gif" border="0"/></a></td>
</tr>
</table>
<iframe id="mapframe" name="mapframe" src="http://maps.atlasagentsolutions.com/home/map.php?k=76a8199e46364b039a99e46364" frameborder="0" width="900" scrolling="no" height="650">
Sorry, your browser does not support our map.</iframe>
</div><!--/content-grow-->
<div id="footer">
<div id="border"></div>
<div id="footerbackground"></div>
<div id="cell3017580337direc">
<p>Cell: 301-758-0337 • Direct: 301-571-1593 • Office: 301-564-4900 • Fax: 301-530-5540 • Email: <a href="mailto:rorrie@longandfoster.com">rorrie@longandfoster.com</a><br />
One Democracy Center, 6901 Rockledge Drive, #100, Bethesda, MD 20817<br />
<font size="2"><script language="JavaScript">
<!--
if (navigator.appName=="Netscape") {
document.write (
'To bookmark this site, click '
+'<b>Bookmarks | Add bookmark</b> '
+'or press <b>Ctrl+D</b>.'
)
}
else if (parseInt(navigator.appVersion)>3) {
document.write (''
+'<a onMouseOver="self.status=\'Bookmark this site\'" '
+' onMouseOut="self.status=\'\'" '
+' href="javascript:window.external.AddFavorite'
+'(\'http://www.rorrie.com\','
+'\'Get Results with Rorrie\')">'
+'Click here to bookmark this site</a>.'
)
}
//-->
</script></font><br />
© Copyright 2007 Rorrie. All rights reserved.</p>
</div>
</div><!--/footer-->
</div><!--/scootdown-->
<div id="bannerbackground"></div>
<div id="heading"></div>
<div id="borderleft"></div>
<div id="borderright"></div>
<div id="layer2"></div>
<div id="navred"></div>
<div id="mapbutton"><a href="map.html" title="map"></a></div>
<div id="sellersbutton"><a href="sellers.html" title="sellers"></a></div>
<div id="homebutton"><a href="index.html" title="home"></a></div>
<div id="meetbutton"><a href="rorrie.html" title="meet rorrie"></a></div>
<div id="communitiesbutton"><a href="communities.html" title="communities"></a></div>
<div id="contactbutton"><a href="contact.html" title="contact"></a></div>
<div id="buyersbutton"><a href="buyers.html" title="buyers"></a></div>
</div>
</body>
</html>