View Full Version : Problem with divs in a post


HiroIXV
09-14-2003, 03:30 PM
Hey, I'm pretty new at HTML, but I've started making post layouts for myself at acmlm boards. I learned how to make scrolling divs from the lissaexplains website, but it gets messed up at the acmlmboard. I think the problem was the position:absolute tag. It caused the div to be free of my posts. It would end up on the actual page. Does anyone know how to fix this? I'm proud of this layout and I would really like to find a way to fix it...

starlet
09-14-2003, 04:01 PM
Just remove the position:absolute part of the code...eg:

<DIV id="name" style="width:100px; height: 100px; border-style:solid;" align=right>Your stuff </DIV>