Article ID: 288784 - Last Review: June 18, 2005 - Revision: 2.0 HOW TO: Create Designer Hyperlinks by Using Cascading Style Sheets in FrontPage 2000This article was previously published under Q288784 SUMMARY
This article describes how to create customized hyperlinks by using cascading style sheets (CSS). NOTE: This article uses customized cascading style sheets that may not be available in all browsers. For more information about this topic, click Microsoft FrontPage Help on the Help menu, type compatibility in the Answer Wizard, and then click Search to view the topic. Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. NOTE: You may receive an error message if you copy the examples directly from this article and paste them into FrontPage. The angle brackets (< and >) may appear as escaped HTML code (< and >). To work around this behavior, paste the script into a blank Notepad document, and then copy it from Notepad before you paste it into FrontPage. The following examples demonstrate how to use customized settings of cascading style sheets to create personalized hyperlinks. Example 1: Only Underlines Are in ColorThis example allows the hyperlink text color to be the same as the text color of the document. Only the line under each hyperlink should appear in a different color.
Example 2: Hover ButtonsThis example creates solid hover-style buttons.
Example 3: Outline ButtonsThis example creates a special kind of hover button, where a colored box appears around the hyperlink text, creating an outline effect.
Example 4: Alter Text StylesThis example forces all hyperlinks to text that is non-underlined, italicized, and lowercase. Unvisited links appear in bold text, and links are converted to uppercase text when a user rests the mouse over the link.
REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
196488
(http://support.microsoft.com/kb/196488/EN-US/
)
FP2000: What Are Cascading Style Sheets?
205996
(http://support.microsoft.com/kb/205996/EN-US/
)
FP2000: How to Create Cascading Style Sheets in FrontPage
240972
(http://support.microsoft.com/kb/240972/EN-US/
)
FP2000: How to Remove Underlines from Hyperlinks
222949
(http://support.microsoft.com/kb/222949/EN-US/
)
FP2000: Hover Effects for Form Buttons using DHTML and CSS
For a Microsoft FrontPage 2002 version of this article, see 287706
(http://support.microsoft.com/kb/287706/EN-US/
)
.
| Article Translations
|
Back to the top
