Enabling Skip Navigation Links

A “Skip navigation links” link may be optionally displayed at the top of the web pages created by Iron Speed Designer.

V32

This feature may be enabled (or disabled) via the Application Generation Options dialog (ToolsàApplication Generation Options...).  You can change the display properties of the ‘Skip navigation links’ link via your application’s style sheet, located in:

...\MyApp\App_Themes\<Page Style>\BaseStyles.css

Look for this section in your application’s stylesheet:

/**********************************************************************
     * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks {
     font-size: 10px;

     color: #666666;
     /* font-size: 1px; */

     /* color: #ffffff; */
 }

As with any style sheet modification, place your customized style sheet class in:

...\MyApp\App_Themes\<Page Style>\Styles.css

See Also

Section 508 Compliance