I have a text link. When the user hovers over the text link, I want an image to be displayed elsewhere on the page. I want to do this using css. I thought it could be done s
add
.hover_img a:hover span { display: block; width: 350px; }
to show hover image full size in table change 350 to your size.