
Originally Posted by
Snookerman
Please post a link to the page on your site that contains the problematic script or attach your code so we can check it out and help you.
The CSS file. Glossy menu begins in the first .glossymenu part. A sample of my menu code is next post.
Code:
/* <body></body>
DO NOT EDIT THIS! */
.footer {
width: 33%;
font-size: 11px;
}
.leftHeader {
width: 200px;
height: 27px;
background: #004b84 url(<%media_headingURL%>) no-repeat;
text-align: center;
color: #fff;
font: bold 13px Georgia, serif;
}
.reddot {
font: italic;
color: red;
}
.breadcrumbs {
font: 10px;
}
.bioHeader {
background: #b0c4de;
color: black;
font-weight: 700;
width: 100%;
}
th {
font-size: 12px;
}
.taxHeader {
font: bold 11px;
}
.stepActionHeader {
background: #0085a4;
color: #fff;
font-weight: bold;
text-align: left;
}
.stepActionLeft {
background: #ffc;
font-weight: bold;
width: 20px;
}
img {
border: 0px;
}
body, td, input, select, textarea {
background: #fff;
font: 13px arial;
cursor: default;
}
input {
border: 1px solid #b0c4de;
cursor: text;
}
h1 {
font: bold 17px Georgia, serif;
color: #0f4068;
}
a {
color: #0085a4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.readmore {
color: #626262;
font-weight: 700;
}
.button {
background: url(<%media_leftMenu_backgroundOver%>) repeat-x;
border: 1px solid #fff;
color: #fff;
cursor: hand;
}
@media print {
a[href^="http"]:after {
content: " ("attr(href)")";
}
}
/* End layout styles. Do not edit below unless you know what you are doing and have made multiple backups */
.glossymenu{
margin: 0px;
padding: 0;
width: 200px; /*width of menu*/
border: 1px solid #9A9A9A;
}
.glossymenu a.menuitem{
background: #d1dfe6;
font: bold 12px Arial;
color: #000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background: #b0c9dd;
color: #000;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #b0c9dd;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 1px solid #b0c9dd;
}
.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Arial;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
background: #d1dfe6;
colorz: #000;
}
/* End left menu and begin top menu stuff */
.basictab ul{
margin: 3px;
padding: 0px;
margin-left: 0;
font: 12px Arial, Helvetica, sans-serif;
border: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.basictab li{
display: inline;
margin: 0;
}
.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid gray;
border-bottom: none;
background-color: #d1dfe6;
font: bold arial 13px;
color: #104876;
}
.basictab li a:visited{
color: #104876;
}
.basictab li a:hover, .basictab li a.current {
background-color: #b1c9dd;
color: #fff;
text-decoration: none;
}
.basictab li a.topMenu:active a:active{
color: #000;
}
.tabcontainer{
clear: left;
width: 95%; /*width of 2nd level sub menus*/
/* height: 300px; /* height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent{
display: none;
background: #b0c9dd;
width: 1014px;
height: 20px;
}
a.Tsubmenu {
margin: 4px;
font: arial 13px;
color: #104876;
text-decoration: none;
}
a.Tsubmenu:hover {
text-decoration: none;
color: #fff;
}
Bookmarks