Posted 23 years ago by steelman - Ontario, Canada
Avatar
Although it may be there, but I don't see it..is it possible to do mouse overs, i.e when the mouse is passed over a link the link changes...(bold, changes colour etc.)
Also wondering about getting background colours for the pages.

Comments (1)

Posted 23 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
You can do that although it's a little complicated, if you're a novice. You need to use style sheets in your page.

In your CSS file you put:

A { font-weight: normal; color: red; }
A:Hover { font-weight: bold; color: green; }

This should make links not bold and red and when you move over them, they change to bold and green.


Actipro Software Support

The latest build of this product (v5.2.0) was released 23 years ago, which was after the last post in this thread.