Log in

View Full Version : Div overlapping



creative creator
06-03-2010, 11:39 AM
Hi guys,

i have one div with some links and i have another with javascript animation. when the animated div is overlapping the links div those hyper links are not working...cay anybody help in this

davelf
06-04-2010, 08:48 AM
if your animation div is not in absolute position, u can make the hyperlink div as the absolute, so the hyperlink div always on the top of the js animation.

is there any css or link that we can see?:)