How regenerate menu graphics?

A

Al Franz

If I change a rollover color in a graphic file on my design is there a
command to regenerate all the graphic rollovers with the proper text?
 
M

MD Websunlimited

No. You have to persist the existing values using JavaScript. It normally done by adding a property to the element that persists the
prior value.

E.g.

element.priorValue = element.style.color;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top