rahul
2010-02-05 10:32:25
And if you can't, you'll probably need to dig your way trough this :) http://www.howtocreate.co.uk/fixedPosition.html
Select0r
2010-02-05 10:38:50
Or is it possible to attach this div to the mouse pointer.........
Hulk
2010-02-05 11:28:35
Thanks......amazing
Hulk
2010-02-05 12:12:07
Also can u tell me whats wrong with this..var ele=document.getElementById('show'); document.getElementById('show').innerHTML = el.innerHTML; ele.width='200px'; ele.height='30px'; ele.bgcolor='#a9a9a9'; ele.color='#fff'; ele.position='absolute'; ele.display='block'; $(window).mouseover(function(event) { $("#show").css({'top': event.pageY, 'left': event.pageX}); $('#show').height(); });The div doesnt show up.This is inside a function and is invoked on mouse over.........
Hulk
2010-02-05 12:50:34