473,473 Members | 1,489 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Master Page problem Mozilla

3 New Member
I have a master page like this It is working fine in IE buyt in Mozilla FOoter is not coming down it goes to the right.

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" ClassName="TestMaster" Inherits="MasterPage"%>

<!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>asdasd Log</title>

<script type="text/javascript" language="JavaScript1.2">
<!--#include virtual="iehover.js"-->
</script>
</head>
<body>
<form id="form1" runat="server">
<div id="container">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="middle" >
<!-- <span class="header_text"> </span> -->
<!-- <asp:Literal ID="ltlHeader" runat="server" Visible="true"></asp:Literal> -->
<asp:Image ID="imgFCLog" runat="server" ImageUrl="images/micky.gif" />
</td>
<td valign="bottom">
<!-- Navigation Starts -->
<asp:Literal ID="ltlMenu" runat="server" Visible="true"></asp:Literal>
<!-- Navigation Ends -->

</td>
<td>
<div class="float_right">
<asp:Image ID="Image1" runat="server" ImageUrl="images/City.gif" />
</div>
</td>
</tr>
<tr>
<td colspan="3">
<div id="divHeaderStrip" runat="server" class="header_strip">
<div class="header_rightinner_strip">
<span class="float_right">
<span class="logged_info">
<asp:Literal ID="ltlLoggedInfo" runat="server" Visible="true"></asp:Literal>
</span>
</span>
</div>
<div>
<span id="TitleHead"><asp:Literal ID="ltlPageHeading" runat="server" Visible="true"></asp:Literal></span>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr><td>
<div id="middle_container">
<asp:contentplaceholder id="ContentMaster" runat="server">
</asp:contentplaceholder>
</div>
</td></tr>
<tr>
<td>
</td>
</tr>
</table>
</div>
<div id="footer">&copy;&nbsp;<%Response.Write(DateTime. Now.Year);%> ManchesterCity Partnership Ltd</div>

</form>
<iframe id="gToday:normal:agenda.js" frameborder="0" height="189" name="gToday:normal:agenda.js"
scrolling="no" src="../calendar/ipopeng.htm" style="z-index: 200; left: -500px;
visibility: visible; position: absolute; top: 0px" width="174"></iframe>
</body>
</html>
Please help me

rubrish.
Apr 3 '08 #1
0 828

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the...
2
by: Jon Spivey | last post by:
Hi, Using VS 2005/VB.net. I need to add a meta description tag and change a stylesheet link from a page based on a master page. Found this article...
3
by: ivanpais | last post by:
Hi, I have a Web User Control, Lets say "Foo.ascx", that contains a button "btnFoo". I have a Master Page "Bar.master", that has a label "lblBar". This label is exposed by a public property...
17
by: Rob R. Ainscough | last post by:
Again another simple concept that appears NOT to be intuitive or I'm just stupid. I've read the WROX book and the example doesn't actually show how the .master page links in the other content...
2
by: SR | last post by:
I have started a web site using ASP.NET 2.0. I would like to centralize all of my classes in a StyleSheet but I cannot figure out how to link the StyleSheet to a Content Page since there is no...
4
by: Boris Yeltsin | last post by:
OK, on my Master Page I have a control: <a id="hypTabAccount" href="#" runat="server">Account</a> Now, in the code-behind (Root.master.vb) I can refer to it simply thus: ...
2
by: Harry | last post by:
Master pages look ripping in IE7, and css works well, but of course not in any other browswer. Forget Safari, no css is evident, and in IE6 you cannot align the content placeholder at the top of...
0
by: alagan | last post by:
Hai Guys, I'm Mathiyalgan... Working as asp.net developer in a small software concern . I've seen ur Article in the website...4guysfromrolla... It is quite nice... I hav used...
6
by: =?Utf-8?B?SmF5IFBvbmR5?= | last post by:
I am trying to access a Public property on a Master Page from a Base Page. On the content pages I have the MasterType Directive set up as follows: <%@ MasterType virtualpath="~/Master.master" %>...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.