Forum Moderators: not2easy
The trouble is the menu items lose their formating after a you visit a link (they turn from white with no underline to black with an underline).
For the life of me I can't figure out what I am doing wrong here. If someone wouldn't mind taking a minute to help I would appreciate it very much.
Theere is a preview version of the site up at: <snip>
The CSS is:
/* For the left navigation bar for the site. */
#navbar_l {
font-family: sans-serif;
color: #ffffff;
font-size: 11px;
text-align: left;
font-weight: bold;
text-decoration: none;
background-color: #006633;
padding-top: 4px;
padding-left: 10px;
padding-bottom: 2px;
}
#navbar_l a:link, #navbar a:visited {
color: #ffffff;
text-decoration: none; }
#navbar_l a.current {
color: #99ccff;
text-decoration: none; }
#navbar_l a:hover {
color: #99ccff;
text-decoration: none;
}
/* For the right navigation bar for the site. */
#navbar_r {
font-family: sans-serif;
color: #ffffff;
font-size: 11px;
text-align: right;
font-weight: bold;
text-decoration: none;
background-color: #006633;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 2px;
}
#navbar_r a:link, #navbar a:visited {
color: #ffffff;
text-decoration: none; }
#navbar_r a.current {
color: #99ccff;
text-decoration: none; }
#navbar_r a:hover {
color: #99ccff;
text-decoration: none; }
/*Contains all levels of text including h elements.*/
body {
margin: 0;
font-family: serif;
color: #000000;
background-color: #ffffff; }
p {
text-align: justify;
line-height: 1.3em; }
h1 {
font-size: 1.4em;
font-weight: bold;
font-style: italic;
text-decoration: none;
margin-bottom: -.5em; }
h2 {font-size: 1.2em;
font-style: italic;
text-decoration: none;
margin-bottom: -.5em; }
h3 {font-size: .9em;
font-style: italic;
text-decoration: none;
margin-bottom: -.5em; }
h4 {font-size: .6em;
text-decoration: none;
font-family: sans-serif;
font-weight: normal;
text-align: right; }
h5{}
h6{}
/*Contains all levels of links.*/
a:link {
color: #000000; }
a:visited {
color: #000000; }
a:hover {
color: #000000; }
a:active {
color: #000000; }
/*This is the footer.*/
#footer {
font-family: sans-serif;
font-size: .7em;
text-align: center;
background-image: url(images/footer_logo.gif);
width: 400px;
background-position: top;
background-repeat: no-repeat;
padding-top: 90px; }
/*This is the footer specific to the contact page only.*/
#contact_footer {
font-family: sans-serif;
font-size: .7em;
text-align: center;
}
/*This area is for the shopping cart buttons on Prague and Feature CD pages.*/
#cd {
font-size: 1em;
text-align: right;
font-family: serif;
font-style: italic;
font-weight: bold;
margin-bottom: +.9em;
margin-right: +10px; }
#ntsc {
font-size: 1em;
text-align: right;
font-family: serif;
font-style: italic;
font-weight: bold;
color: #ff6600;
margin-bottom: +.9em;
margin-right: +10px; }
#pal {
font-size: 1em;
text-align: right;
font-family: serif;
font-style: italic;
font-weight: bold;
margin-bottom: +.9em;
margin-right: +10px;
color: #663399; }
#vhs {
font-size: 1em;
text-align: right;
font-family: serif;
font-style: italic;
font-weight: bold;
color: #339933;
margin-bottom: +.9em;
margin-right: +10px; }
[edited by: SuzyUK at 7:44 am (utc) on Sep. 24, 2004]
[edit reason] URL snip see TOS #13 [webmasterworld.com] [/edit]