| View previous topic :: View next topic |
| Author |
Message |
Bufas
Joined: 04 Jun 2008 Posts: 15
|
Posted: Wed Jun 04, 2008 10:57 am Post subject: Overflow ?! |
|
|
hi !
I am using php to print some images one under another. I arrange them in a table INSIDE AT TABELCELL like this
<table>
<tr>
<td style="overflow:auto;" hight="xxx" width="xxx">
<table>
<tr>
<td> Here goes images with php </td>
</tr>
</table>
</td>
</tr>
</table>
My problem is that the scrollbars dosnt show up... the <td> only grows when i post more images... how to get the scrollbar appear?
I really appreciate help in my situation. Thanks!
p.s. i dont really know if this should be in the CSS forum... |
|
| Back to top |
|
 |
|
|
Bufas
Joined: 04 Jun 2008 Posts: 15
|
Posted: Wed Jun 04, 2008 11:16 am Post subject: Overflow ?! |
|
|
No problem...
i figured it out myself...
just used <div> tag and put overflow hight and width attributes into it instead of putting it into the <td> tag |
|
| Back to top |
|
 |
rangana 500+ Club

Joined: 27 Feb 2008 Posts: 718 Location: Cebu City Philippines
|
Posted: Wed Jun 04, 2008 11:27 am Post subject: Re: Overflow ?! |
|
|
Thanks for sharing the solution to us Bufas
...but move forward, create a tabless layout. Table's was'nt intended for layouts, but to show tabular data instead. |
|
| Back to top |
|
 |
Bufas
Joined: 04 Jun 2008 Posts: 15
|
Posted: Wed Jun 04, 2008 11:33 am Post subject: Re: Overflow ?! |
|
|
i know but i am not very good at using css yet and tabels are very easy to use i think but i know that  |
|
| Back to top |
|
 |
|