|
1) Go to Text > CSS Styles > New Style. This will open the
New Style dialog box (fig 1)
3) In that dialog box, click NEW...this will open New Style
dialog BOX, then select a:visited (fig
3). Click OK, and do the same for it that you did for
a:link, selecting the decoration : none option and saving.
4) Then back again to Edit Style Sheet dialog box, do the same
for a:hover (fig 4), and then for
a:active (fig 5). Click Done, and go try your page in a browser. ** Remember, it should be in right order : LINK - VISITED -
HOVER - ACTIVE. Decoration :
underline etc. ** Anyway a:hover doesn't work in Netscape 4.x.
Once you're done, you should see something like this in <head> or
in your .css file : Hope it helps :)
|