i'm creating a page which has the content centrally aligned

ie

<table width=100% height=100%><tr><td align=center valign=middle>
        <table border=0><tr><td width=717 height=390 align=center valign=middle
bgcolor=white>
        <!-- content here -->
        </td></tr></table>
</td></tr></table>



currently the content has been made, but i want to add a scroller. The
scroller needs to be in a set position inside the table. And the text within
it needs a style (class)

I'm having problems with this so far i've had to put the content in an div
layer and an ilayer, otherwise netscape doesnt like it

eg i now have:

<table width=100% height=100%><tr><td align=center valign=middle>
    <table border=0 cellpadding=0 cellspacing=0>
    <tr>
    <td width=717 height=390 align=center valign=middle bgcolor=white>
        <div id="maincontainer" style="position: relative; left:0; top:0">
        <ilayer name="outsideNS" style="position:relative;">
        <!-- content here -->
        </ilayer>
        </div>
    </td>
    </tr>
    </table>
</td></tr></table>




i then tried to add the scroller using an inline div that didnt work. so i
then used setHTML instead for the scroll content within a viewport. However
it doesnt see the <span class="scrolltext"> when using setHTML


if anyone can give me any guidance on any of these issues i'd be grateful

thanks
joe


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to