Hi!
When using the rollover function , Fireworks converts text to an image ... Is there a way to keep the text as text not image ?
I tried changing the hotspot to html but when I do this the pop up menu does not work.
Many thanks in advance
There's no way to do it in Fireworks alone. You need to apply CSS styling to the text in Dreamweaver. Something like this:
<style type="text/css">
a:link {
color: #000;
text-decoration: underline;
}
a:visited {
color: #999;
text-decoration: underline;
}
a:hover {
color: #F00;
text-decoration: underline;
}
a:active {
color: #F90;
text-decoration: underline;
}
</style>
North America
Europe, Middle East and Africa
Asia Pacific