Thanks, mr.interwebs. I could use all the help I can get.
If you take a look at
this site, this one page (the images) needs to be converted to html AND it must be IE6 compatible.
I've seen many scripts, including Paul O'Bs, that are jQuery based, CSS-based, and even other JavaScript forms. Unfortunately, I cannot find any that are compatible with IE6 that would include a transition.
Currently the way the site is set up, it's Flash-based. There are separate images for each hovered item. Meaning, the current-state image is one whole image that contains all of the objects and the hovered-state image is another image with all of the objects faded with the exception of the hovered-object; so on and so forth. If I simply created an ImageMap with area coordinates, then the only problem would be just creating the transition. Downside: large images files for the browser to load.
I've seen recommendations from other developers. One even advising me to create slices of each object (including the faded ones for hovered-state), create them to be transparent, add the PNG transparent hover fix for IE6 to all items, then put all of those objects in their own divs layering them accordingly, position them, create an Image Map, then apply two different style sheets for the hover/transition: one in CSS for FF, Safari, and IE7, 8, 9 then a separate one for IE6 for IE6's own transition JavaScript affect (which I have yet to see one working in IE6 with my IETester 6 browser).
I'm not sure that this would be a good use of time to put THAT much work to make a transitional affect to be compatible with IE6. But I could be wrong.
I hope I explained it better. I appreciate your input!
Bookmarks