ilovewebsites
02-20-2003, 11:31 PM
I'm not sure weither I should put this here or in CSS, but I need help with DIV layering. Does anyone know how to make a scrolling DIV layer?
|
View Full Version : DIV Layering help ilovewebsites 02-20-2003, 11:31 PM I'm not sure weither I should put this here or in CSS, but I need help with DIV layering. Does anyone know how to make a scrolling DIV layer? starlet 02-21-2003, 01:16 AM example <DIV id="name" style="position: absolute; top: 100px; width:100px; left: 100px; height:380px; overflow: auto;" align=left>Your HTML </DIV> |