mouse over problem

G

Guest

1. in FP2003, the option for rollover effects is greyed out, I'm sure it
did'nt used to be? how do I activate it?
2. Also, on the DHTML effects toolbar, the option for mouse over is not
there on choice an event drop dowm menu, the only option I have is page load.

Basically I want my text hyperlinks to change colour and be underlined when
moused over. Some of them currently change to bold font when moused over,
yuk!

Link: www.motoruser.com for an example, see centre table ie: insurance,
finance etc. for my problem.

Hope some one out there can help?
 
K

KatWoman

mouseover works in my IE browser, links change from black to red, I see no
bolding of the text, you can add underlines with the font selector
 
S

Stefan B Rusynko

Tools Page Options Authoring
Turn on CSS, set eh browse to IE5

To get other than a page behavior you need to select something in the page first

--




| 1. in FP2003, the option for rollover effects is greyed out, I'm sure it
| did'nt used to be? how do I activate it?
| 2. Also, on the DHTML effects toolbar, the option for mouse over is not
| there on choice an event drop dowm menu, the only option I have is page load.
|
| Basically I want my text hyperlinks to change colour and be underlined when
| moused over. Some of them currently change to bold font when moused over,
| yuk!
|
| Link: www.motoruser.com for an example, see centre table ie: insurance,
| finance etc. for my problem.
|
| Hope some one out there can help?
|
|
 
G

Guest

Katwoman, thanks for the post, it was the text hyperlinks in the middle of
the page and not the buttons that are causing my problem. any ideas?
 
K

KatWoman

<style fprolloverstyle>A:hover {color: #00FF00; font-weight: bold}
</style>

Not sure but this may be the part indicating to bold the rollovers??
 
M

Murray

That'd do it. But there is no attribute named "fprolloverstyle" and
including it in the <style> tag may causes the browser to ignore the whole
thing.
 
G

Guest

It seems to be that the rollover problem is because I have used DWT's for my
site, looks like I will have to use 'plain text' interactive buttons instead.
 

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