Forum Moderators: not2easy
example
div#slider ul { overflow: hidden; }
div#slider ul li { position: relative; }
div#slider ul li p { position: absolute; top: 45px; left: 190px }
(i have a js script that the clone that li element (causing an overflow) and that second li wont hide...?