I need to omit the text that displays when hovering over an image in my gallery. I'm using NextGen with Wordpress which works great, but it uses the image description text to display a tool-like tip when hovering over an image and I'd like to get rid of that. Any suggestions? Thanks-
Alt text - or the text that appears when hovering over an image helps towards seo and is also there for those with visual difficulties who view your site with a audio aid so I would be wary about eliminating it.
Actually it's 'title' tag text that's supposed to be in the hover over pop up box, indeed the title tag will take precedence over the alt tag, but because Internet Explorer is so awful it makes the alt tag behave like a title tag if there is no title tag. The true purpose of the alt tag is for showing text when an image is missing, or the user's browser doesn't support the use of images. Anyways, look in your code and remove the title and alt tags - though why anyone would want to do this is beyond me.