Please support our HTML and CSS advertiser: Lunarpages Web Hosting
![]() |
•
•
Join Date: Oct 2006
Location: UK
Posts: 151
Reputation:
Rep Power: 0
Solved Threads: 2
Hi everyone
I have only used tables once before and I am making a web page with a table that fits flush against the sides and top. I have set my nav bar at about 18%, I remember some code you could place in a cell that would make it take up the remaining room does anyone know that code please?
Many thanks
HLA91
I have only used tables once before and I am making a web page with a table that fits flush against the sides and top. I have set my nav bar at about 18%, I remember some code you could place in a cell that would make it take up the remaining room does anyone know that code please?
Many thanks
HLA91
Last edited by HLA91 : Jun 15th, 2007 at 4:48 am.
You know your a geek, if you introduce your wife as "mylady@home.wife"
I am not sure if its against the ToS to post the website to see what you are talking about,
because by your description I am not sure exactly what you are asking.
because by your description I am not sure exactly what you are asking.
GiorgosK
Web developer/marketer
------------------
Free online games Chios studios Chios Apartments Chania studios Chios Greece travel guide
Web developer/marketer
------------------
Free online games Chios studios Chios Apartments Chania studios Chios Greece travel guide
You set up a class with the width of the entire table. Put the class attribute in the table tag, not the td tag.
.width100 {width: 100%;}
....
<table class="width100"> Daylight-saving time uses more gasoline
•
•
•
•
You set up a class with the width of the entire table. Put the class attribute in the table tag, not the td tag.
.width100 {width: 100%;} .... <table class="width100">
Can I do the same with height of the table?
•
•
Join Date: Jul 2006
Location: Deptford, London
Posts: 989
Reputation:
Rep Power: 6
Solved Threads: 52
Yes. Providing it is within a container with a fixed size.
If the table is a direct child of the body element; apply CSS attribute: height:100% to the table, and also to the body and html elements to meet the above criteria. See the first response to this thread: http://www.daniweb.com/forums/thread26630.html.. Ignore the suggestion that it's invalid XHTML; you don't need a class for the html element anyway; since you only ever have one on a page, just use an element selector, as shown in that example.
Once the table has height/width 100%; any cells without a given height/width respectively will automatically fill to the remaining space.
The table will be height:100%+, because if it gets alot of content, that will have to go somewhere; and generally it will expand down rather than sideways, unless it's a string of unbroken characters.
If the table is a direct child of the body element; apply CSS attribute: height:100% to the table, and also to the body and html elements to meet the above criteria. See the first response to this thread: http://www.daniweb.com/forums/thread26630.html.. Ignore the suggestion that it's invalid XHTML; you don't need a class for the html element anyway; since you only ever have one on a page, just use an element selector, as shown in that example.
Once the table has height/width 100%; any cells without a given height/width respectively will automatically fill to the remaining space.
The table will be height:100%+, because if it gets alot of content, that will have to go somewhere; and generally it will expand down rather than sideways, unless it's a string of unbroken characters.
Plato forgot the nullahedron..
![]() |
Similar Threads
Other Threads in the HTML and CSS Forum
- How to put the random integer between 1-100 into the 2 dimensions array (5x5 metrix) (C++)
- module to get video file dimensions (Python)
- Can this be done for 3 dimensions and more (C++)
Other Threads in the HTML and CSS Forum
- Previous Thread: Table = 100% in IE but not in FireFox?
- Next Thread: Simple drop down menu
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode