3. If you use the CSUCI template and CSS style sheet, you are complete. Otherwise, you must insert some additional CSS code into your page style sheet:

#skip a, #skip a:hover, #skip a:visited {

position:absolute;

left:0px;

top:-500px;

width:1px;

height:1px;

overflow:hidden;

}

#skip a:active {

position:static;

width:auto;

height:auto;

}