473,748 Members | 2,685 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with footer in a master page

5 New Member
I have a .NET master page which have the overall design of header and foote, with the content dynamically change size depends on data retrieved from Database.. The problem is.. when the data grows.. the footer is not showing !
I have set the following CSS rule to the footer's div element

#footer
{
position: relative;
top:250px;
clear: both;
min-height:66px;
height: 66px;
text-align: center;
line-height: 66px;
left: 0px;
width: 95%;
}

this is the html organization for the content and the footer

<div id="all">
............... .
<div id="content">
.......... [content]
</div>
<div id="footer">
Copyright
</div>
</div>


Any help would be appreciated, thanks !
Jul 24 '08 #1
0 1317

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

Similar topics

6
2700
by: Mike MacSween | last post by:
I have a report based on: PARAMETERS Forms!frmProductions!ProdID Long; SELECT Sum(qryRoleEvent.Fee) AS SumOfFee, First(qryMusician.LastName) AS LastName, First(qryMusician.FirstName) AS FirstName FROM (qryEvent INNER JOIN qryRoleEvent ON qryEvent.EventID = qryRoleEvent.EventID) INNER JOIN qryMusician ON qryRoleEvent.MusoID = qryMusician.MusoID WHERE (((qryEvent.ProdID)=!!)) GROUP BY qryMusician.MusoID
0
1122
by: Steven Blair | last post by:
Hi, I have started using MasterPages (2005) and having a couple of problems I hope soemone can help me out with. 1. When I create a ContentPlaceHolder is it possible to make this component full screen in design mode. It really is quite difficult to create my screens and not be able to resize. 2. The design of my Master Page is quite simple. I want a header with
1
1621
by: Support | last post by:
Hello: I have a master page that contains a table with three rows <table height="100%" width="100%"> <tr><td height="100"><td>header</td></tr> <tr><td height="100%"><asp:contentplaceholder id="ContentPlaceHolder1" runat="server"></asp:contentplaceholder></td></tr> <tr><td height="50">footer</td></tr> </table> When the page is rendered - not as a master page but as a regular page the
3
1365
by: steve_barker333 | last post by:
Hi guys, I'm just in the process of converting a site I'm writing from ASP.NET 1.1 to ASP.NET 2.0. Of course, there are lots of new features that are going to save me a lot of time, but at the moment I'm wasting a lot of time trying to work out why a simple html table that worked fine in 1.1 doesn't work in 2.0. Here is the html for the table as it appeared in my 1.1 page (it's very simple):
7
8729
by: xkeops | last post by:
Thinking of creating a website, most of the pages will have a general toolbar menu, a content and a footer. The content will be the only one who's gonna change but the rest (header,footer) will remain the same. I am interested to know your opinions/suggestions in finding an easy way of doing it. In asp one could have something like this:
5
1418
by: Annie | last post by:
hello guys, I have a scenario that I am confused about ... I have a number of pages which are using a Master page ... Then I have seperate Footer user control that can reside in master page or could be kept in the content pages (still not confirmed and looking for any suggestion)
2
2938
by: vinit_mahajan99 | last post by:
Hello All. I am designing the master page for my site. I have used a table and ther are three rows in a table. Table lies in the 1. Header 2.ContentHolder 3.Footer
0
857
by: rubrish | last post by:
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"> ...
3
2028
by: Steve | last post by:
Hi All I have an asp.net 2.0 website with the following css file It uses Master pages and in Firefox 3.04 for windows only, 3 of the web pages don't display the Master page properly The content page overlaps the Master page boundaries In IE 6/7 All works fine
0
8995
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9381
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9332
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9254
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6799
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6078
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3316
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 we have to send another system
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.