R
Raffi Bearmant
Dear Friends,
I am creating with FP a document that has a lot of tooltips hooked up to
words in the text using the MSDN code example
HTML xmlns:tool>
<HEAD>
<TITLE>Behavior Library: ToolTip</TITLE>
<STYLE>
@media all
{
tool\:tip {
behavior: url(tooltip_js.htc)
}
}
H1 {
font: bold 18pt verdana;
color: navy
}
P {
font: 10pt verdana;
}
.tip {
color: green;
font-weight: bold;
cursor: hand
}
A:link { color:#003399; text-decoration:none; }
A:visited { color:#6699CC; text-decoration:none; }
A:hover { text-decoration:underline; }
</STYLE>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#000066" VLINK="#666666">
<!--TOOLBAR_START--><!--TOOLBAR_EXEMPT--><!--TOOLBAR_END-->
<H1>ToolTips</H1>
<P>
<FONT FACE="verdana,arial,helvetica" SIZE=1>
<A href="#" onclick=self.close()><IMG ALIGN="middle" SRC="demo.gif"
WIDTH="16" HEIGHT="16" BORDER="0" ALT="Click to Close Sample"></A>
<A href="#" onclick=self.close()>Close This Sample</A>
</FONT><HR>
<P>Use <SPAN ID="oTipEl" class="tip">ToolTips</SPAN>
on your HTML pages to give users extra information.</P>
<P>
<P>
<!-------------------------------------------------
Does anyone know of any tool or script to automate this or do I have to
enter the tips in the code mode manually???
Any help appreciated
RB
I am creating with FP a document that has a lot of tooltips hooked up to
words in the text using the MSDN code example
HTML xmlns:tool>
<HEAD>
<TITLE>Behavior Library: ToolTip</TITLE>
<STYLE>
@media all
{
tool\:tip {
behavior: url(tooltip_js.htc)
}
}
H1 {
font: bold 18pt verdana;
color: navy
}
P {
font: 10pt verdana;
}
.tip {
color: green;
font-weight: bold;
cursor: hand
}
A:link { color:#003399; text-decoration:none; }
A:visited { color:#6699CC; text-decoration:none; }
A:hover { text-decoration:underline; }
</STYLE>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#000066" VLINK="#666666">
<!--TOOLBAR_START--><!--TOOLBAR_EXEMPT--><!--TOOLBAR_END-->
<H1>ToolTips</H1>
<P>
<FONT FACE="verdana,arial,helvetica" SIZE=1>
<A href="#" onclick=self.close()><IMG ALIGN="middle" SRC="demo.gif"
WIDTH="16" HEIGHT="16" BORDER="0" ALT="Click to Close Sample"></A>
<A href="#" onclick=self.close()>Close This Sample</A>
</FONT><HR>
<P>Use <SPAN ID="oTipEl" class="tip">ToolTips</SPAN>
on your HTML pages to give users extra information.</P>
<P>
<P>
<!-------------------------------------------------
Does anyone know of any tool or script to automate this or do I have to
enter the tips in the code mode manually???
Any help appreciated
RB