Hi Alex,
On 17 Jul 13 10:55 Alex Paton <
lotapro...@gmail.com> said:
> I don't believe there is a way to do this in any program. It isn't
> really something that HTML does, so it isn't something that web
> design programs can do, unless you introduce other technologies.
You're a little too negative and are forgetting the "title" attribute.
The code might look something like this:
<p>Here is an <em title="This text appears on hovering">important</em>
word.</p>
In most browsers this will provide a a pop-up "tooltip".
You can add one through BlueGriffon, like this:
1. Open the DOM Explorer Panel
2. In the top part, select the element to which the tooltip is to be
attached
3. In the bottom part, select the "Attributes" tab, then click the [+]
button at the bottom.
4. Enter "title" (without the quotes) in the "Name" column box and hit
TAB
5. Enter the required tooltip text in the "Value" box and complete it
by hitting CR/ENTER.
On top of this there are plenty of CSS possibilities, many of which
can be added using just BlueGriffon's WYSIWYG interface, without any
special coding skills.
A good starting point for ideas might be Stu Nichol's site, e.g.:
http://www.cssplay.co.uk/menu/alert.html
http://www.cssplay.co.uk/menu/balloons.html
Both of these particular examples, use relatively old techniques. This
page is probably better:
http://www.cssplay.co.uk/menu/cssplay-tooltips.html
Greg Chapman
http://www.gregtutor.plus.com
Helping new users of KompoZer and The GIMP
Still exploring BlueGriffon