I need to create an html page for use on the CD. Navigation is an HTML map with a set of coordinates. When the user flips the coordinate, I want the image popup to appear next to him. There are 8 map links and 8 corresponding pop-ups.
I could do this easily through jQuery, but the CD will be used mainly in IE. IE does not allow javascript to run locally (without user interaction, which is unacceptable).
Through jQuery, I absolutely positioned the inverse images, but I can't set them visible using CSS with hovering. What is the best method to do this?
source
share