Tema: Re: Lentelės headeris
Autorius: Maug Lee
Data: 2012-05-26 20:31:23
Begemoc wrote:
> yra noras padaryti lentelės (<table></table>) headerį pasiliekantį
> viršuje kai scrolini puslapį

gal kažkaip šitaip tinka?

<style type="text/css" media="screen">
  thead { position:fixed }
</style>

<table>
  <thead>
    <tr>
      <td>pirmas
      <td>antras
      <td>trečias
  <tbody>
    <tr>
      <td>1
      <td>2
      <td>3
    <tr>
      <td>1
      <td>2
      <td>3
    <!-- etc -->
</table>

-- 
M.Lee