View Full Version : Scrolling content in a div layer


arryg
12-13-2006, 12:04 PM
Hi, I need help please.

I have a div layer which is on the right hand side of my page that has a table inside it with 2 columns and numorius rows. I need this div to scroll down which i have figured out but the problem i have is when i test the page in different browsers the div shifts to the left and down. then in IE for example it sifts to the right. Could anyone please help me?

arryg

iGeek
12-15-2006, 05:11 AM
Add "overflow:auto;" to your CSS file for that DIV.