Link to home
Start Free TrialLog in
Avatar of hmcgeehan
hmcgeehan

asked on

Webpage looks different in IE7 to IE6

Hi
I've a webpage which displays meeting room data (i.e. which rooms are booked on which dates etc)

It looks fine in IE6 i.e. the table with day / week / month renders just under todays date but the table is pushed over to the right in IE 7.

Anyone any ideas?

I've attached screenshots and the core html code.

Thanks
H
style ....
 
#div5 {
		behavior: url("syncscroll.htc");
		overflow: hidden;
		left: 13px;
		top: 28px;
		width: 400px;
		height: 29px; //22px;
	}
 
 
 
<div id="div5">
	<table cellpadding="0" cellspacing="0" border="0">
		<tr>
			<!--DAY-->
			
			<td align="right"><img src="images/gs_tableft.gif"></td>
			<td width="60"  align="center" background="images/gs_tabcenter_h.gif" nowrap class="fontTab"><a href="loadview.asp?view=day" target="main152361112">Day</a></td>
			<td align="left"><img src="images/gs_tabright.gif"></td>
			
			<!--DAY-->
			<!--WEEK-->
			
			<td align="right"><img src="images/gs_tableft.gif"></td>
			<td width="60"  align="center" background="images/gs_tabcenter.gif" nowrap class="fontTab"><a href="loadview.asp?view=week" target="main152361112">Week</a></td>
			<td align="left"><img src="images/gs_tabright.gif"></td>
			
			<!--WEEK-->
			<!--MONTH-->
			
			<td align="right"><img src="images/gs_tableft.gif"></td>
			<td width="60"  align="center" background="images/gs_tabcenter.gif" nowrap class="fontTab"><a href="loadview.asp?view=month" target="main152361112">Month</a></td>
			<td align="left"><img src="images/gs_tabright.gif"></td>
			
			<!--MONTH-->
			<!--DAY QUICK-->
			
			<!--DAY QUICK-->
		</tr>
	</table>
	</div>

Open in new window

ie6.bmp
ie7.jpg
Avatar of RobPal
RobPal
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi there,

The code you've provided only seems to show the html for the DAY WEEK MONTH headers which appear correct on both browsers.  Can you also please show the code for the main bit of the table that is aligned to the right in IE7 as this is where the problem will be.

Thanks
You could try something like:

position: absolute;
top: 0px;
left: 0px;

In your main table, or try adding a <br /> after your </div5>.. something like that will probably work!
Avatar of hmcgeehan
hmcgeehan

ASKER

Hi RobPal

Yeah you're right sorry.
The day / week / month is fine.
Its the other table that's pushed to the right.

Here's the full code.

I think the table that's pushed to the right begins with
<table border="0" cellpadding="1" cellspacing="1" width="488.3">
and that's in div1

Thanks
H

<script language="javascript">
<!--
 
	var bOutlook = false;
 
//-->
</script>
<script language="JavaScript" src="common.js"></script>
 
<script language="javascript">
<!--
function loadView() {
	window.location.href='loadview.asp?Attempt=0&date=16/02/2009';
}
 
setTimeout("loadView()", 1000*300);
 
//-->
</script>
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Meeting Grid</title>
<link rel="STYLESHEET" href="FrmDesign.CSS" type="text/css">
<link rel="StyleSheet" type="text/css" href="webfx.css">
<script language="JavaScript1.2" src="Popup.js"></script>
</head>
 
<body background="images/mainback.gif" bgcolor="#848284" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
 
 
<table border="0" width="98%">
    <tr>
        <td width="400" nowrap>
			<font color="#FFFFFF" size="4" face="Arial"><strong>&nbsp;16 February 2009</strong></font>
		</td>
		
    </tr>
</table>
 
 
<script language="javascript">
<!--
var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
 
function buildmenu(Rid) {
	var StrBegin = '<div class="menuitemsPoP" style="position:relative;height:15px;width:80px;"><TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="80px"><TR><TD WIDTH="15px">'
	var StrMid = '</a></TD><TD Class="menufont">'
	var StrEnd = '</a></TD></TR></TABLE></div>'
	//Problem with Netscape 7 if includes images.
	if(ie) {
		var StrImgCut = '<Img src="images/cut.gif" border="0">';
		var StrImgCopy = '<Img src="images/copy.gif" border="0">';
		var StrImgCancel = '<Img src="images/cancelpaste.gif" border="0">';
		var StrImgDelete = '<Img src="images/deleteicon.gif" border="0">';
	}else {
		var StrImgCut = '';
		var StrImgCopy = '';
		var StrImgCancel = '';
		var StrImgDelete = '';
	}
	var StrLnkCut = '<a href="sub_copy.asp?id='+Rid+'&sAct=Cut" title="Cut Reservation" target="work152361131">';
	var StrLnkCopy = '<a href="sub_copy.asp?id='+Rid+'&sAct=Copy" title="Copy Reservation" target="work152361131">';
	var StrLnkDelete = '<a href="javascript:popOpenWindow(\'deleteres_prompt.asp\', \'deleteprompt\', \'id='+Rid+'\', 470, 125, \'no\');" title="Delete Reservation">';
	var StrLnkCancelCut = '<a href="sub_copy.asp?id='+Rid+'&sAct=CancelCut" title="Cancel Paste Reservation" target="work152361131">';
	var StrLnkCancelCopy = '<a href="sub_copy.asp?id='+Rid+'&sAct=CancelCopy" title="Cancel Paste Reservation" target="work152361131">';
	
	
		PopupMenuArray[0]=''
		
		PopupMenuArray[0]=StrBegin + StrLnkCut + StrImgCut + StrMid + StrLnkCut + 'Cut' + StrEnd
		PopupMenuArray[0]+=StrBegin + StrLnkCopy + StrImgCopy + StrMid + StrLnkCopy + 'Copy' + StrEnd
		
		PopupMenuArray[0]+=StrBegin + StrLnkDelete + StrImgDelete + StrMid + StrLnkDelete + 'Delete' + StrEnd
		
 
		PopupMenuArray[1]=''
		
		PopupMenuArray[1]=StrBegin + StrLnkCancelCut + StrImgCancel + StrMid + StrLnkCancelCut + 'Cancel' + StrEnd
		PopupMenuArray[1]+=StrBegin + StrLnkCopy + StrImgCopy + StrMid + StrLnkCopy + 'Copy' + StrEnd
		
		PopupMenuArray[1]+=StrBegin + StrLnkDelete + StrImgDelete + StrMid + StrLnkDelete + 'Delete' + StrEnd
		
 
		PopupMenuArray[2]=''
		
		PopupMenuArray[2]=StrBegin + StrLnkCut + StrImgCut + StrMid + StrLnkCut + 'Cut' + StrEnd
		PopupMenuArray[2]+=StrBegin + StrLnkCancelCopy + StrImgCancel + StrMid + StrLnkCancelCopy + 'Cancel' + StrEnd
		
		PopupMenuArray[2]+=StrBegin + StrLnkDelete + StrImgDelete + StrMid + StrLnkDelete + 'Delete' + StrEnd
			
}
//-->
</script>
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div>
 
 
 
	<style type="text/css">
 
	div{
		border: 0px solid silver;
		padding: 2px;
		position: absolute;
		width: 88%;
		height: 82%;
	}
 
	#div0 {
		left: 93%;
		top: 15px;
	}
	
	#div1 {
		overflow: auto;
		left: 75px;
		top: 73px;
		width:expression(document.body.clientWidth-100);
		height:expression(document.body.clientHeight-75);
		
	}
 
	#div2 {
		behavior: url("syncscroll.htc");
		overflow: hidden;
		left: 75px;
		top: 49px;
		width:expression(document.body.clientWidth-100);
		height: 27px;
	}
 
	#div3 {
		behavior: url("syncscroll.htc");
		overflow: hidden;
		left: 12px;
		top: 73px;
		width: 67px;
		height:expression(document.body.clientHeight-75);
	}
 
	#div4 {
		behavior: url("syncscroll.htc");
		overflow: hidden;
		left: 13px;
		top: 50px;
		width: 63px;
		height: 25px;
	}
 
	#div5 {
		behavior: url("syncscroll.htc");
		overflow: hidden;
		left: 13px;
		top: 28px;
		width: 400px;
		height: 29px; //22px;
	}
 
	</style>
 
	
	
	<div id="div1">
	
 
	<table border="0" cellpadding="1" cellspacing="1" width="488.3">  
	<tr height="21px;"><td width='114.3' height='21' bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+09:00:00&end=16/02/2009+09:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 09:00:00'></a></td><td valign='top' style='width:114px;z-index=0;' rowspan='16' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:336px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=19767' title='Open Reservation (QFA 5 Revision Workshop G4,G9)' target='work152361131'onMouseover='showmenu(event, 0, 19767)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>QFA 5 Revision Workshop G4,G9</font></a></TD></TR></TABLE></div></td><td valign='top' style='width:114px;z-index=0;' rowspan='10' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:210px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20613' title='Open Reservation (Probation Interview Training)' target='work152361131'onMouseover='showmenu(event, 0, 20613)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>Probation Interview Training</font></a></TD></TR></TABLE></div></td><td width='114.3' height='21' bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=17&start=16/02/2009+09:00:00&end=16/02/2009+09:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 09:00:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td valign='top' style='width:114px;z-index=0;' rowspan='2' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:42px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20747' title='Open Reservation (An Post Lighting Project)' target='work152361131'onMouseover='showmenu(event, 0, 20747)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>An Post Lighting Project</font></a></TD></TR></TABLE></div></td><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=17&start=16/02/2009+09:30:00&end=16/02/2009+10:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 09:30:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td valign='top' style='width:114px;z-index=0;' rowspan='2' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:42px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20522' title='Open Reservation (Meeting Vodafone)' target='work152361131'onMouseover='showmenu(event, 0, 20522)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>Meeting Vodafone</font></a></TD></TR></TABLE></div></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+10:30:00&end=16/02/2009+11:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 10:30:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+11:00:00&end=16/02/2009+11:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 11:00:00'></a></td><td valign='top' style='width:114px;z-index=0;' rowspan='4' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:84px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20807' title='Open Reservation (IRWG CRU)' target='work152361131'onMouseover='showmenu(event, 0, 20807)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>IRWG CRU</font></a></TD></TR></TABLE></div></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+11:30:00&end=16/02/2009+12:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 11:30:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+12:00:00&end=16/02/2009+12:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 12:00:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td valign='top' style='width:114px;z-index=0;' rowspan='2' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:42px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20844' title='Open Reservation (Philatelic)' target='work152361131'onMouseover='showmenu(event, 0, 20844)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>Philatelic</font></a></TD></TR></TABLE></div></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=17&start=16/02/2009+13:00:00&end=16/02/2009+13:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 13:00:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td valign='top' style='width:114px;z-index=0;' rowspan='6' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:126px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20185' title='Open Reservation (Cash In Transit)' target='work152361131'onMouseover='showmenu(event, 0, 20185)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>Cash In Transit</font></a></TD></TR></TABLE></div></td><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=17&start=16/02/2009+13:30:00&end=16/02/2009+14:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 13:30:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td valign='top' style='width:114px;z-index=0;' rowspan='4' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:84px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20829' target='work152361131'><img src='images/recur.gif' border='0' alt='Open Reservation'></a>&nbsp;<a href='formaction.asp?id=20829&recur=true' title='Open Reservation (DM IT Tracker)' target='work152361131'onMouseover='showmenu(event, 0, 20829)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>DM IT Tracker</font></a></TD></TR></TABLE></div></td><td valign='top' style='width:114px;z-index=0;' rowspan='2' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:42px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20302' target='work152361131'><img src='images/recur.gif' border='0' alt='Open Reservation'></a>&nbsp;<a href='formaction.asp?id=20302&recur=true' title='Open Reservation (Project Mercury Team Meeting)' target='work152361131'onMouseover='showmenu(event, 0, 20302)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>Project Mercury Team Meeting</font></a></TD></TR></TABLE></div></td><td>&nbsp;</td></tr><tr height="21px;"><td>&nbsp;</td></tr><tr height="21px;"><td valign='top' style='width:114px;z-index=0;' rowspan='3' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:63px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20792' title='Open Reservation (Purchasing Meeting)' target='work152361131'onMouseover='showmenu(event, 0, 20792)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>Purchasing Meeting</font></a></TD></TR></TABLE></div></td><td>&nbsp;</td></tr><tr height="21px;"><td>&nbsp;</td></tr><tr height="21px;"><td valign='top' style='width:114px;z-index=0;' rowspan='3' bgcolor='#E5EFE3'><Img Src='images/blank.gif' border='0' width='114' height='1px'><BR><div STYLE='width:114px; height:63px; margin-top:0px; position:absolute;overflow: hidden; z-index:2;'><TABLE cellpadding='0' cellspacing='0'><TR><TD valign='top' Class='font'><a href='formaction.asp?id=20850' title='Open Reservation (Marketing Meeting)' target='work152361131'onMouseover='showmenu(event, 0, 20850)' onMouseout='delayhidemenu()'><font size='1' face='MS Sans Serif' color='#000000'>Marketing Meeting</font></a></TD></TR></TABLE></div></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+16:30:00&end=16/02/2009+17:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 16:30:00'></a></td><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=17&start=16/02/2009+16:30:00&end=16/02/2009+17:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 16:30:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+17:00:00&end=16/02/2009+17:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 17:00:00'></a></td><td bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=9&start=16/02/2009+17:00:00&end=16/02/2009+17:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 17:00:00'></a></td><td bgcolor='#E8E8E8'><a href="formaction.asp?id=0000&resource_id=17&start=16/02/2009+17:00:00&end=16/02/2009+17:30:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 17:00:00'></a></td><td>&nbsp;</td></tr><tr height="21px;"><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=13&start=16/02/2009+17:30:00&end=16/02/2009+18:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 17:30:00'></a></td><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=9&start=16/02/2009+17:30:00&end=16/02/2009+18:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 17:30:00'></a></td><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=10&start=16/02/2009+17:30:00&end=16/02/2009+18:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 17:30:00'></a></td><td bgcolor='#DBDBDB'><a href="formaction.asp?id=0000&resource_id=17&start=16/02/2009+17:30:00&end=16/02/2009+18:00:00" target="work152361131"><img src='images/dot.gif' height='19' width='114.3' border="0" alt='New Reservation at 17:30:00'></a></td><td>&nbsp;</td></tr>
	</table>
	</div>
 
 
 
 
	
	<div id="div2" syncto="div1" syncdirection="horizontal">
 
	
	<table STYLE="table-layout:fixed" border="0" cellpadding="1" cellspacing="1">  
	<tr height="23" bgcolor="#EFEBDE" background="">
	
	    <td width="116.3" class="font" style="vertical-align:bottom;">&nbsp;<a href="formaction_resource.asp?id=13" target="work152361131"><img src="images/infobutton.GIF" border="0" alt="Click to display resource details"></a>&nbsp;Conf Room 1-196</td>
	    
	    <td width="116.3" class="font" style="vertical-align:bottom;">&nbsp;<a href="formaction_resource.asp?id=9" target="work152361131"><img src="images/infobutton.GIF" border="0" alt="Click to display resource details"></a>&nbsp;Conf Room 1-198</td>
	    
	    <td width="116.3" class="font" style="vertical-align:bottom;">&nbsp;<a href="formaction_resource.asp?id=10" target="work152361131"><img src="images/infobutton.GIF" border="0" alt="Click to display resource details"></a>&nbsp;Princes St</td>
	    
	    <td width="116.3" class="font" style="vertical-align:bottom;">&nbsp;<a href="formaction_resource.asp?id=17" target="work152361131"><img src="images/infobutton.GIF" border="0" alt="Click to display resource details"></a>&nbsp;3B Meeting Room</td>
	    
		<td width="50" bgcolor="#848284">&nbsp;</td>
	</tr>  
	</table>
	</div>
 
 
 
	
	<div id="div3" syncto="div1" syncdirection="vertical">
	<table border="0" cellpadding="1" cellspacing="1" bgcolor="">  
	
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">09</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">10</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">11</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">12</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">13</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">14</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">15</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">16</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
		<tr>
			<td height="41" bgcolor="#EFEBDE" background="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
				<tr>
					<td width="1px" bgcolor="#EFEBDE" background=""><img src="images/dot.gif" height="41px" width="1px" border="0"></td>
					<td align="right" width="75" bgcolor="#EFEBDE" background=""><font size="4" face="MS Sans Serif">17</font><img src="images/time_image.gif" width="24" height="21" style="position:relative; top:-7;"></td>
				</tr>
			</table>
			</td>
	    </tr>
	    
	    <tr><td>&nbsp;</td></tr>
	</table>
	</div>
 
	
	<div id="div4">
	  <table width="120" height="70" border="0" cellpadding="1" cellspacing="1" bgcolor="#EFEBDE" background="">
	    <tr>
			<td>&nbsp;</td>
	    </tr>
	  </table>
	</div>
 
 
	
	<div id="div5">
	<table cellpadding="0" cellspacing="0" border="0">
		<tr>
			<!--DAY-->
			
			<td align="right"><img src="images/gs_tableft.gif"></td>
			<td width="60"  align="center" background="images/gs_tabcenter_h.gif" nowrap class="fontTab"><a href="loadview.asp?view=day" target="main152361131">Day</a></td>
			<td align="left"><img src="images/gs_tabright.gif"></td>
			
			<!--DAY-->
			<!--WEEK-->
			
			<td align="right"><img src="images/gs_tableft.gif"></td>
			<td width="60"  align="center" background="images/gs_tabcenter.gif" nowrap class="fontTab"><a href="loadview.asp?view=week" target="main152361131">Week</a></td>
			<td align="left"><img src="images/gs_tabright.gif"></td>
			
			<!--WEEK-->
			<!--MONTH-->
			
			<td align="right"><img src="images/gs_tableft.gif"></td>
			<td width="60"  align="center" background="images/gs_tabcenter.gif" nowrap class="fontTab"><a href="loadview.asp?view=month" target="main152361131">Month</a></td>
			<td align="left"><img src="images/gs_tabright.gif"></td>
			
			<!--MONTH-->
			<!--DAY QUICK-->
			
			<!--DAY QUICK-->
		</tr>
	</table>
	</div>
 
 
</body>
</html>

Open in new window

HyperDawn

I tried that and there was no difference.

Thanks
Increasing points to 100
Just another quick question.

What does it look like on Firefox?
ASKER CERTIFIED SOLUTION
Avatar of hmcgeehan
hmcgeehan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial