Posted by Gιrard Talbot on 09/15/05 01:08
Dima Gofman a Γ©crit :
> Simple! In FireFox it's enough to simply use <thead> and <th> tags and
> to get the same effect in IE all you need is a bit of CSS. Like so:
>
> <html><head><title></title>
> <style type='text/css'>
> thead{display:table-header-group}
thead by default is declared as display: table-header-group in CSS 2.x
compliant browsers. So there is really no need to redefine it again. In
other browsers, like MSIE 6, declaring thead{display:table-header-group}
won't achieve anything anyway since display:table-header-group is not
supported.
GΓ©rard
--
remove blah to email me
[Back to original message]
|