3
votes
3answers
984 views
Make TBODY scrollable in Webkit browsers
I'm aware of this question, but none of the answers work in Safari, Chrome, etc.
The accepted strategy (as demonstrated here) is to set the tbody height and overflow properties like so:
…
3
votes
4answers
414 views
Is there a direct purpose for HTML’s tbody?
What are the main reasons someone would use HTML's tbody in a table, just for formatting purposes?
I use "head" and "body" generally, I haven't used "thead" and "tbody".
3
votes
4answers
467 views
Page working in FF, not in IE, where to start
I have a page which is largely created by DOM script, which generates a table of images (normal img elements) from several webcams (helping out a friend with a pet boarding and my HTML/DOM is a bit …
0
votes
1answer
38 views
TBODY scrolls on focus in FireFox
HTML
<html>
<body>
<div style="width:100%; height: 300px; overflow: auto;">
<table cellspacing="0" cellpadding="2" style="width:100%;">
<thead>
…
0
votes
2answers
117 views
Setting borders around tbody, thead and tfoot with IE8
Hi,
I've designed a table in html that uses tbody, tfoot and thead. I would like to put a border-bottom and border-top on my tbody. Which works perfectly well with Firefox and Google Chrome. However …
0
votes
1answer
233 views
thead/tbody spanning on multiple pages of printed HTML but NOT on the first page.
Is there a css approach for doing this. either with 'running' or other css. I want to print a HTML document and have thead/tbody to span multiple pages. But I don't want to display the header on …
-3
votes
2answers
868 views
CSS fixed header, scrollable body
Hi, this is not a question, actually it's a simple solution to get your table body vertically scrollable using purely css, tested only in Firefox 3.5.2, assuming correct Table DOM definitions (table, …
