Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with moving images..again...*sigh*

Status
Not open for further replies.

mackey333

Technical User
May 10, 2001
563
US
ok I have made div's:

Code:
<div align=&quot;center&quot; id=&quot;testDiv1&quot; style=&quot;position: relative; background-color: #FFFFFF;  height: 100%; width: 100%&quot;> 

    <table align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot; height=&quot;100%&quot;>
    
        <tr>
        
            <td>
            
            <div align=&quot;center&quot; id=&quot;testDivImg&quot;>
            
                <img border=&quot;0&quot; src=&quot;testPic.gif&quot; width=&quot;24&quot; height=&quot;69&quot;>
            
            </div>
        
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
        
            </td>
        
        </tr>
        
    </table>
        
</div>

This is my first attempt playing around with dhtml and div's...I need to make the division testDivImg scroll down the colum to the bottom of the table and stop, there will be more than one colum on the table and I need something that I can call (as a function..or whatever, as long as I can call it up) to make the image in whatever colum I need
scroll to the bottom of the table. Can someone just point me in the right direction and I'll try it from there, Thanks for any help...(I know this will only work in IE, I'll worry about making it cross browser once I get the code done)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top