Nur Horizontale Scrollbar bei DIV

Status
Nicht offen für weitere Antworten.
horizontale scrollbar

plaziere doch eine tabelle innerhalb des <div>-TAG,
und wähle für sie eine grössere weite - also:


<div style="width: 300px; height: 130px; overflow: auto;">

<!-- SCROLL-CONTENT START -->

<table width="600" height="100" border="1" cellspacing="5" cellpadding="5">
<tr>
<td>dummy text</td>

<td>dummy text</td>

<td>dummy text</td>

<td>dummy text</td>

<td>dummy text</td>

<td>dummy text</td>

<td>dummy text</td>
</tr>
</table>

<!-- SCROLL-CONTENT END -->

</div>



good luck & Xperience!
greez - maik.l
 
am schnelsten es mit:
overflow-x
overflow-y

alerrdings klappt das nur im IE, aber das reicht mir die andern haben dann eben horizontale und vertikale leiste.....
 
Status
Nicht offen für weitere Antworten.
Zurück