Select the product you need help with
How to create designer hyperlinks by using cascading style sheets in FrontPage 2002Article ID: 287706 - View products that this article applies to. This article was previously published under Q287706
For a Microsoft FrontPage
2000 version of this article, see 288784
(http://support.microsoft.com/kb/288784/
)
.
On This PageSUMMARY 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. Create Designer Hyperlinks by Using Cascading Style SheetsThe 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.
REFERENCES
For additional information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
196488
(http://support.microsoft.com/kb/196488/
)
Fs000: What are cascading style
sheets?
205996
(http://support.microsoft.com/kb/205996/
)
How to create cascading style
sheets in FrontPage 2000
240972
(http://support.microsoft.com/kb/240972/
)
How to remove underlines from
hyperlinks in FrontPage 2000
222949
(http://support.microsoft.com/kb/222949/
)
How to create hover effects for form buttons using DHTML and CSS in FrontPage 2000
PropertiesArticle ID: 287706 - Last Review: June 18, 2005 - Revision: 2.0
|


Back to the top








