NAVIGATION BARS MOUNTING INSTRUCTIONS
UK Navigation: Nav_CSS
(For Secure Use Only)
This code is compliant with Section 508.
INSTRUCTIONS:
1. FTP the html file(s) from the server to your local machine or open a new page.
2. Find the </HEAD> tag.
3. Move the cursor to the line before the opening "<" of the </HEAD> Tag.
4. Press ENTER, creating an empty line before the</HEAD> Tag.
5. Place your cursor on this empty line.
6. Copy one of the the following sets of code exactly:
For the gray
navbar:
<style type="text/css">
<!--
@import url("https://www.uky.edu/newhome/navbar/new/uk_navbar_style_secure.css");
-->
</style>
-- OR --
For the blue
navbar:
<style type="text/css">
<!--
@import url("https://www.uky.edu/newhome/navbar/new/uk_navbar_style_blue_secure.css");
-->
</style>
-- OR --
For the seeblue.
navbar:
<style type="text/css">
<!--
@import url("http://www.uky.edu/newhome/navbar/new/uk_navbar_style_seeblue_secure.css");
-->
</style>
8. Find the <BODY> tag.
9. Move the cursor to the line after the closing ">" of the <BODY> Tag.
10. Press ENTER, creating an empty line between the <BODY> Tag and the rest of the file's text.
11. Copy the following code exactly:
<script type="text/javascript" src="https://www.uky.edu/newhome/navbar/new/uk_navbar_secure.js"></script>
<noscript>
<p>
<a href="https://www.uky.edu/newhome/navbar/new/noscript_secure.html" title="Link to primary navigation">
<img src="https://www.uky.edu/newhome/navbar/new/logo.jpg" height="22" width="185" alt="Link to primary navigation of the University of Kentucky" />
</a>
</p>
</noscript>
12. Save the file and test it on your local machine for formatting and layout.
13. Once the revised page has been thoroughly checked, FTP the file back to the server.

