Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
Old 05-25-2007, 04:36 PM
jmayernik jmayernik is offline
New real estate webmaster
 
Join Date: Mar 2007
Posts: 11
jmayernik is on a distinguished road
Default IE 6.0 grow function issue???

I'm using an iframe for a 3rd party map solution. In IE 6.0 the map pushes my background and 2 horizontal line and my footer out of position. Using Foxfire, Netscape or IE 7.0 there is no issue. in looking at my stats though about 50%of my viewers are using IE 6.0. I need someone to give me some idea if this issue can be overcome. This is a basic css stylesheet site with html.

Last edited by jmayernik; 06-07-2007 at 03:39 PM.
Reply With Quote
Old 05-26-2007, 10:53 AM
PLS PLS is offline
Advancing Webmaster
 
Join Date: Jul 2006
Posts: 36
PLS is on a distinguished road
Default Re: IE 6.0 grow function issue???

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 />


&copy; 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>
Reply With Quote
Old 05-26-2007, 01:38 PM
jmayernik jmayernik is offline
New real estate webmaster
 
Join Date: Mar 2007
Posts: 11
jmayernik is on a distinguished road
Default Re: IE 6.0 grow function issue???

Who is that masked man? Thanks for taking a look at this and cleaning it up. I swear it runs faster I have to go back now and clean up all my city specific map files. I did this on the cheap and do not have dynamic updating for each city from the main map page so when my ads is for potomac for example it goes to potomac_map.html. I have about 15 different map landing pages so I have to clean up those as well. Thanks Joe
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 05:13 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.