Advertisement

04.30.2008 at 08:59AM PDT, ID: 23365829
[x]
Attachment Details

Page doesn't display right in IE6 but fine in IE7

Asked by rwallacej in Programming for ASP.NET, Web Languages/Standards, Web Browsers

Tags: asp.net

Hi

I've got a problem with pages in IE6 not displaying right; they are fine in IE7.
The problem is that the left panel doesn't display in IE6
Here's the master page template & CSS
I think its one of these that's causing problem but don't know which / how to fix it.  Unfortunately I can't get user to migrate to IE6
ThanksStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
<%@ Master Language="VB" CodeFile="MasterPage2.master.vb" Inherits="MasterPage2" %>
 
<!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 runat="server">
    <title></title>
    <asp:ContentPlaceHolder ID="head" runat="server">
    </asp:ContentPlaceHolder>
    <link href="StyleSheet2.css" rel="stylesheet" type="text/css" />
    <style type="text/css" media="print">
        #framecontent
        {
            display: none;
            width: 0px;
        }
        #maincontent
        {
            left: 0px;
        }
    </style>
 
    <script language="Javascript1.2">
  <!--
  function printpage() {
  window.print();  
  }
  //-->
    </script>
 
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
        </asp:ContentPlaceHolder>
    </div>
    <div id="framecontent">
        <img src="<%= Page.ResolveUrl("~")%>images/logo.png" width="135px" height="57px" /><p>
        </p>
         <br />
        <asp:LoginStatus ID="LoginStatus1" runat="server" />
        <asp:LoginName ID="LoginName1" runat="server" />
    </div>
    <div id="maincontent" style="">
        <asp:ContentPlaceHolder ID="ContentPlaceHolder2" runat="server">
        </asp:ContentPlaceHolder>
    </div>
    </form>
</body>
</html>
[+][-]04.30.2008 at 09:01AM PDT, ID: 21472004

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 09:06AM PDT, ID: 21472056

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 09:11AM PDT, ID: 21472100

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 09:13AM PDT, ID: 21472125

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 10:02AM PDT, ID: 21472549

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 10:04AM PDT, ID: 21472569

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 11:25AM PDT, ID: 21473319

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Programming for ASP.NET, Web Languages/Standards, Web Browsers
Tags: asp.net
Sign Up Now!
Solution Provided By: Tojiro
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628