473,915 Members | 5,904 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Nested Tables with 100% Height

7 New Member
Hi Everyone,

I have finally taken the step to bring a site to the 21st century with HTML 4.01 with the height tag having been deprecated.

I have read numerous articles claiming that the CSS height will do the trick, however, it works only with the first table in the body each with a height of 100%.

My issue is that the other nested tables for layout and images take on the height of the body table at time of render but do not dynamically resize with the browser or when the succeeding content of the browser grows.

My live example of this is as follows:

http://www.scatterling sclub.com (using Firefox or another Mozilla)

I have even had to revert back to HTML 3.2 DTD
- Works in IE with the deprecated height tag but the CSS height is the issue in Mozilla.

Any help would be appreciated. At a push I'll probably need to set the CSS height via Javascript once the last layout element is rendered but this will get messy.

Thanks in advance...

Cheers,
Riaan
Oct 8 '07 #1
6 2771
drhowarddrfine
7,435 Recognized Expert Expert
I have even had to revert back to HTML 3.2 DTD
You could revert back to chisel and stone and that will do you as much good. The doctype is not something to change on a whim. It's the very first thing you put on a page and never change it. And that doctype should be 4.01 strict. There is no need for any other except 'frameset' which, now that I see you used frames, is what you should use.

Your main page has 83 html errors and 10 CSS errors, not including the errors on the frames. Until all that is fixed, there's not much we can do to help.
Oct 8 '07 #2
R144N
7 New Member
You could revert back to chisel and stone and that will do you as much good. The doctype is not something to change on a whim. It's the very first thing you put on a page and never change it. And that doctype should be 4.01 strict. There is no need for any other except 'frameset' which, now that I see you used frames, is what you should use.

Your main page has 83 html errors and 10 CSS errors, not including the errors on the frames. Until all that is fixed, there's not much we can do to help.
Thanks for the help - The reason I haven't used the Frameset DTD is because it takes forever to load each page. Is this also because of the 30 odd errors in validation or is there something else that could be causing this.

Thanks again :-)
Oct 15 '07 #3
drhowarddrfine
7,435 Recognized Expert Expert
I would never guess at what a site would do with 30 errors.
Oct 15 '07 #4
R144N
7 New Member
I would never guess at what a site would do with 30 errors.
Okay, done my best to validate using w3c - The few errors remaining is 3rd party posting html and I cannot see these affecting the site layout.

I've used HTML 4.01 Transitional because using Frameset doesn't allow the iframes to be dynamically resized to their contents.

Would you be able to assist me now?
Oct 15 '07 #5
drhowarddrfine
7,435 Recognized Expert Expert
The next step you must learn to bring your page into the 21st century is never using tables for layout. I don't know that it is what is slowing your page down but it could be that in combination with your images and/or the server/host you are using.

It looks like you are using 'height' in your css properly. I'm not sure I understand the resizing issue you are having. But you have far too many things going on and tables, particularly nested tables, are difficult to follow. I just don't have the time to wade through all that.
Oct 15 '07 #6
R144N
7 New Member
The next step you must learn to bring your page into the 21st century is never using tables for layout. I don't know that it is what is slowing your page down but it could be that in combination with your images and/or the server/host you are using.

It looks like you are using 'height' in your css properly. I'm not sure I understand the resizing issue you are having. But you have far too many things going on and tables, particularly nested tables, are difficult to follow. I just don't have the time to wade through all that.
It was the Thawte certificate retrieval script slowing it down - their servers were obviously down at that specific point in time...Couldn't understand that a DTD could slow page rendering down LOL.

Thanks for all your help. I'll see if I can minimise the tables. Hopefully that will work...
Oct 15 '07 #7

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

Similar topics

1
10652
by: boris bass | last post by:
Below is linenumbered as well as original code -------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1255"> <META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD> <BODY text="#525252" vLink="#6666ae" aLink="#6666ae" link="#6666ae"
9
4084
by: Dustin | last post by:
Here's what I am trying to do: (Names represent CSS classes.) I want to create a photo gallery. I want the entire gallery to be surrounded by a box named PhotoGallery. I want a fluid placement of the individual Items within PhotoGallery. An Item is a box that has two child boxes, PhotoBox and Caption. Photobox has an explicit width and height. PhotoBox contains an image whose dimensions may vary, but are constrained to be within...
1
2083
by: Thu | last post by:
Hi, I create a Dataset to link three tables in my Access database. E.g. The three tables are , , . I then create 2 DataRelations, 1st relation (Order_Cust_Rel) links and using CustomerID field that exists in both tables and 2nd relation (Order_Product_Rel) links and using ProductID field. I set the nested property of the relations to True so that the output will be nested. I then use WriteXML to output the dataset to a StreamWriter.
2
1688
by: astarocean | last post by:
using pyparsing to deal with nested tables , wanna keep table's structure and propertys . but program was chunked with the </td> tag of inner table. have any ideas? here's the program from pyparsing import *
4
1477
by: steve | last post by:
Hi All I am having annoying problems with VS 2005 (VB) positioning tables on a web page If I create HTML tables for layout, sometimes the next table sits at the bottom of the above table and other times there is a gap of about 10mm between them I am at a loss as the code is identical
0
1475
by: Mahesh Devjibhai Dhola | last post by:
Hi, I dont know its good design or not but I have one REQUIREMENT that, I have a Web application created in ASP.NET, and I need nested tables (one table control into another table control) up to N level. and N can be anything positive integer up to 100. But i experienced that in IE 6.0 (which i am using) when i created and run the asp.net application which does the above said thing, it shows only nested table up to 26 LEVELs only.
0
4673
by: sharonrao123 | last post by:
hello all, I have a parent gridview company and in this one a nested gridview people, Is it possible to allow the user to select one row or multiple rows from the people gridview using a check box and also get the datakey (in my case personid) of the the rows selected. Please point me in the right direction. This is what i have so far but i have problem accessing the child gridview in the button click event Cheers, Shilpa. <asp:GridView...
0
2260
by: JRough | last post by:
Hi, I have a page with a form that is included into a php page. It has some php variables which are headers based on the user choices. In the form I will send some mysql data columns but right now I'm just formatting the form inside the tables. I added the table with the form yesterday and a button. After the data comes from php server I want the user to be able to click the Excel button at the bottom and the form output will go to...
2
2997
bugboy
by: bugboy | last post by:
I'm building an interface like "column view" on a mac. I have nested <div> columns inside another <div> container which is set to 57% width of page. The nested div's act as columns which are always 100% height of the container. The columns vary in width up to 100% of container width depending on how many other columns there are. As new columns are added they need to compress to a min of 100px width then overflow with horizontal scroll on...
0
10039
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
11359
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10928
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
11069
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,...
1
8102
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
7259
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
6149
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4346
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3370
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.