Jump to content

Ie6 Coding :( Can Someone Help


Dareus

Recommended Posts

Hi,I'm coding this site and it looks great in IE8 and FF3, but the place i am making it for is using IE6. I'm not asking you to do work for me or anything. I just dont understand, you dont have to recode this or anything, if you can let me know what IE6 tags need like max height? min? i'm not sure.I edited some of below as you dont need that info and some of it is not sharable like phone number etc but I am new to Coding and I didnt code in the days of IE6 :) so could use some help or direction please.my CON div, is a container to wrap around every other one, and it is a white background. That is why it has such a huge lenth, I couldnt get it to wrap behind my footer it would always stop so I just increased the length. I would go to height Auto, but it wouldnt go past the footer so i made it seperate for each page.But on IE6 I am told it sometimes goes like 5 inches past the picture at the footer. :) Thanks

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>	<title></title>	  <link href="../styles.css" rel="stylesheet" type="text/css" />		<style type="text/css">	.centerimages {	padding-left: 150px;}	.con {	height:3740px	}		</style>		<script type="text/javascript"><!--function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}//-->		</script></head><body onload="MM_preloadImages('../Pictures/locationhover.jpg','../Pictures/financialhover.jpg','../Pictures/photoshover.jpg')"><div class="con"><div class="centerdiv"><div class="header"><img src="../Pictures/building/BuildingDescriptionHeader.jpg" /></img></div><div class="links"><ul id="leftlinks">	<li class="linkdecoration1"><a href="home1.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home link','','../Pictures/homehover.jpg',1)"><img src="../Pictures/homelink.jpg" name="home link" width="162" height="36" border="0" id="home link" /></a> </li>	<li class="linkdecoration1" ><a href="location.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('location','','../Pictures/locationhover.jpg',1)"><img src="../Pictures/locationlink.jpg" name="location" width="162" height="36" border="0" id="location" /></a></li>		<li class="linkdecoration1" ><img src="../Pictures/buildingdescriptioncurrent.jpg" width="162" height="36" alt="building description" /></li>	<li class="linkdecoration1"><a href="financialanalysis.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('financial analysis','','../Pictures/financialhover.jpg',1)"><img src="../Pictures/financiallink.jpg" name="financial analysis" width="162" height="36" border="0" id="financial analysis" /></a></li>	<li class="linkdecoration1" ><a href="photos.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('photos','','../Pictures/photoshover.jpg',1)"><img src="../Pictures/photoslink.jpg" name="photos" width="162" height="36" border="0" id="photos" /></a> </li>	</ul></div>   <div class="maincontent">   <p><span style="font-size:23px" type="strong">Building Description</span>  <br /><br />[color="#FF0000"]********I EDITED THIS PART, NO NEED Just all Unordered LIST****************************[/color]</div><div class="footer"><hr size="7" width="100%" align="left" color="#015138"/>  <p> </p>  [color="#FF0000"]*******Also Edited this part*****[/color]	<a href="profile.php">Personal Profile</a></p>	<p> </p>	</div>  </div></div></body>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...