I have internet explorer 6 and SP2.
On a web page I created, I used Hover Buttons from MS Front Page 2003.
When I point on the button with the mouse, a tool-tip appears and prompts: Click to activate and use this control
Whatever the reason is (Legal stuff with Microsoft), is there an easy way to overcome this?
P.S. I do not have <object> </object>
The code actually looks like this:
<applet code="fphover.class" codebase="../" width="110" height="20">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="whatever">
<param name="color" value="#666666">
<param name="hovercolor" value="#000000">
<param name="effect" value="bevelIn">
<param name="bgcolor" value="#FFFFFF">
<param name="url" valuetype="ref" value="abouttheconcerts.htm">
<param name="font" value="Helvetica">
<param name="fontstyle" value="regular">
<param name="fontsize" value="11">
<param name="target" value="whateverpage">
</applet></td>
______________________________________
Eman6
Technical User
On a web page I created, I used Hover Buttons from MS Front Page 2003.
When I point on the button with the mouse, a tool-tip appears and prompts: Click to activate and use this control
Whatever the reason is (Legal stuff with Microsoft), is there an easy way to overcome this?
P.S. I do not have <object> </object>
The code actually looks like this:
<applet code="fphover.class" codebase="../" width="110" height="20">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="whatever">
<param name="color" value="#666666">
<param name="hovercolor" value="#000000">
<param name="effect" value="bevelIn">
<param name="bgcolor" value="#FFFFFF">
<param name="url" valuetype="ref" value="abouttheconcerts.htm">
<param name="font" value="Helvetica">
<param name="fontstyle" value="regular">
<param name="fontsize" value="11">
<param name="target" value="whateverpage">
</applet></td>
______________________________________
Eman6
Technical User