andre: scrollbars in tabelle (geht bei opera nicht!)

hallo,

habe ein problem mit scrollbars in tabellen.

IE(5.5) und NS(6) funktioniert nur Opera(6.02) nicht, siehe:

http://www.arrrt.com/index2.php?site=look2

habs auch schon mit iframes probiert aber das ist auch nicht das ware.

hat einer ne lösung wie ich das machen kann?

hier der code:
-----------------------------
<!--SCROLLBALKEN für TABELLE-->
 <div style="overflow:auto; width:300px; height:120px;">
 <table border=0>
           <tr>
              <td align=center valign=center><a href=index2.php?site=einzel&name='.$name.'><img src=../klein/'.$name.'.jpg border=0 width=70 alt='.$name.'></a></td>

usw...
-----------------------------

danke+gruß
andré

  1. Hallihallo!

    Vielleicht liegt es daran, daß Opera andere Vorstellungen von "overflow:auto;" hat als die anderen Browser.

    Hast Du schon "overflow: scroll;" probiert?

    <!--SCROLLBALKEN für TABELLE-->
    <div style="overflow:auto; width:300px; height:120px;">
    <table border=0>
               <tr>
                  <td align=center valign=center><a href=index2.php?site=einzel&name='.$name.'><img src=../klein/'.$name.'.jpg border=0 width=70 alt='.$name.'></a></td>

    usw...

    Viele liebe Grüße,
    Der Dicki