Hi,
I have my basic SSL site link settings set up: a:link,a:visited,a:active:,and a:hover
They all seem to work fine.
The problem is, I want a unique look for a navigation area at the bottom of my page.
To create this area I made the following test style:
.navbar {
font-size: 24px;
text-align: center;
text-decoration: underline overline line-through;
color: #666600;
font-weight: bold;
}
It seems that all of the settings (overline,line-through,font size,etc) override the standard link settings....except for color and underline - the only two I really want to change. How can I fix this?
P.S. I am using an external CSS style sheet, if that makes any difference.
I am new to CSS and appreciate any help I can get!
Thanks,
Grease
Submit Your Article
Forum Rules

Reply With Quote
