Previous Page | Right click this page to print. |
|||
Change the style sheet definitionsModifying Pop-up Menu PositionsWhen adding or deleting menu arrays for the pop-up layer menus, the position of the pop-up layers may need to be modified:
/* This section pertains to the MouseOver Boxes. Use 'top' and 'left' to adjust the position where each box appears. */#boxA { position:absolute; visibility:hidden; z-index:1; top:120px; left:0px; clip: rect( ) } #boxB { position:absolute; visibility:hidden; z-index:1; top:120px; left:100px; clip: rect( ) } #boxC { position:absolute; visibility:hidden; z-index:1; top:120px; left:150px; clip: rect( ) } #boxD { position:absolute; visibility:hidden; z-index:1; top:120px; left:200px; clip: rect( ) } #boxE { position:absolute; visibility:hidden; z-index:1; top:120px; left:250px; clip: rect( ) } #boxF { position:absolute; visibility:hidden; z-index:1; top:120px; left:300px; clip: rect( ) } #boxG { position:absolute; visibility:hidden; z-index:1; top:120px; left:350px; clip: rect( ) } #boxH { position:absolute; visibility:hidden; z-index:1; top:120px; left:400px; clip: rect( ) } #boxI { position:absolute; visibility:hidden; z-index:1; top:120px; left:450px; clip: rect( ) } #boxJ { position:absolute; visibility:hidden; z-index:1; top:120px; left:500px; clip: rect( ) } #boxK { position:absolute; visibility:hidden; z-index:1; top:120px; left:550px; clip: rect( ) } #boxL { position:absolute; visibility:hidden; z-index:1; top:120px; left:600px; clip: rect( ) }/* Add more #box items as needed but make sure they match those in the javabox.js file and the web page. */ Formatting Pop-up MenusOther style sheet definitions are used for the pop-up layers and can be edited in a text editor.
.bxlnk { color: #000000; font-size: 13px; font-family: "Trebuchet", "Arial", "sans-serif"; text-decoration: none } A.bxlnk:link { color: #000000; text-decoration: none } A.bxlnk:visited { color: #003399} A.bxlnk:active { color: #FFcc00 } A.bxlnk:hover { color: #0000FF; text-decoration: underline; background-color: #FFFFCC; }.MenuHeading { font-family: "Trebuchet MS", Arial, "sans serif"; font-size: 13px; font-weight: bold; color: #000000} .MenuSubHeading { font-family: "Trebuchet MS", Arial, "sans serif"; font-size: 13px; font-weight: bold; color: #000000}#boxJS { font-size: 12px; font-family: "Trebuchet MS", "Arial", "sans serif" } |
|||
Previous Page | Right click this page to print. |