search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Week columns in Calendar.

Asked by TetleyK
13 years ago.

I've created just the barest minimum aspx page with the markup shown below and when viewed in IE 6, 7 or 8 in compatibility mode the columns do not line up with the headers. Is there any way to fix this? The columns are correct for other browsers.

This is not a zoom issue.

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>

<%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayPilot" %>

<!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>Untitled Page</title>
</head>
<body>
<form id="_Form" runat="server">
<DayPilot:DayPilotCalendar
ID="schWeekView"
runat="server"
Days="7" />
</form>
</body>
</html>

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.