bhuraasif
October 17th, 2006, 04:56 AM
Hi,
i have this script,
it is working fine,no problem at all with scripts,
function moveover()
{
document.getElementById('image').width="325"
document.getElementById('image').height="360"
}
function moveback()
{
document.getElementById('image').width="70"
document.getElementById('image').height="50"
}
<img id="image" src="img/test.jpg" border="0" height="50" width="70" onmouseover="moveover()" onmouseout="moveback()">
working fine but the problem is below this image i have some text.
when i mouse over on images i gets big. and text also moves from its original position. i want that only images must be big and text must be its place where it was.
Actually i want image bug its own position.
please help me.
waiting for reply.
i have this script,
it is working fine,no problem at all with scripts,
function moveover()
{
document.getElementById('image').width="325"
document.getElementById('image').height="360"
}
function moveback()
{
document.getElementById('image').width="70"
document.getElementById('image').height="50"
}
<img id="image" src="img/test.jpg" border="0" height="50" width="70" onmouseover="moveover()" onmouseout="moveback()">
working fine but the problem is below this image i have some text.
when i mouse over on images i gets big. and text also moves from its original position. i want that only images must be big and text must be its place where it was.
Actually i want image bug its own position.
please help me.
waiting for reply.