I have a set of ASP:Images in my project.When the mouse pointer mouses over a tab then the particular tab’s image is shown. Till now its working well by keeping Visibility=true and style.visibility:hidden and on Mouse over event i am keep style.visibility:visible.
image is showing but its location is not in the correct position.I thought its all because of visibility true for remaining images.
can anyone suggest me to make visibility false .or to make images to be shown at particular location.
Thanks,
Rakesh.
try to use style
and
instead of
visibility:hiddenandvisibility:visible