Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorjustnajm
    • CommentTimeDec 21st 2006
     
    Hi,

    I have used the scrollbar in some of my web pages inside the tables on different page. They seems to be fine on internet explorer browser (IE) but when I visit my site in Opera browser the scroll bars are not visible and all the contents spread down and page length also increase. Please if some one know that how can I use scrollbars in tables for the opera browser too.

    The code for IE used is:


    <table><tr><td>

    <span style="overflow-Y: auto; scrollbar-base-color: #9B4126;scrollbar-face-color: white; width: 685; height: 400">

    <!--Contents Goes Here-->

    </span>

    </td></tr><table>
    • CommentAuthorjiosis
    • CommentTimeJan 30th 2007
     
    What is the result with Firefox ?
    Unfortunately I don't have Opera installed on my machine to test your issue but want to know if it's the same with firefox or not...
    • CommentAuthorjustnajm
    • CommentTimeMar 23rd 2007
     
    The same problem with Firefox too...

    I don't know why these browsers not supporting this behavior of CSS ??

    while they are supporting the background of textfileds set through CSS.