I have always wanted to have some red rollover links and some green rollover links on my page i followed this guide to try and do this:
http://www.echoecho.com/csslinks.htm
i did exactly as it said but for some reason it doesnt work for me, here is my code:
The problem is that the links appear already underlined, and when i roll over they are still underlined.
http://www.echoecho.com/csslinks.htm
i did exactly as it said but for some reason it doesnt work for me, here is my code:
The problem is that the links appear already underlined, and when i roll over they are still underlined.
Code:
body {
font-size: 24px;
font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman;
color: #FFFF00;
background: #000000;
margin: 0;
padding: 0;
text-align: left;
}
.SmallGreen {
Font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman;
color: #00FF00;
font-size: 20px;
text-align; left;
}
.SmallGreen a:link {
color: #00FF00;
text-decoration: none;
font-size: 24px;
}
.SmallGreen a:visited {
color: #00FF00;
text-decoration: none;
font-size: 20px;
}
.SmallGreen a:hover {
color: #00FF00;
text-decoration: underline;
font-size: 20px;
}
.SmallGreen a:active {
color: #00FF00;
text-decoration: none;
font-size: 20px;
}
.HeaderLink {
color: #FF0000;
Font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman;
text-align: center;
font-size:25px;
}
.HeaderLink a:link {
color: #FF0000;
text-decoration: none;
font-size: 25px;
}
.HeaderLink a:visited {
color: #FF0000;
text-decoration: none;
font-size: 25px;
}
.HeaderLink a:hover {
color: #FF0000;
text-decoration: underline;
font-size: 25px;
}
.HeaderLink a:active {
color: #FF0000;
text-decoration: underline;
font-size: 25px;
}
.Title {
color: #FF0000;
font-family: Algerian, Stencil, Rockwell Extra Bold, Arial Black, Times New Roman;
font-size: 30px;
text-align: center;
}
.SubTitle {
color: #FF0000;
Font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman;
text-align: center;
font-size:25px;
text-decoration: underline;
}
.Text {
color: #FFFF00;
Font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman;
font-size: 24px;
text-align: left;
}
.TextCentered {
color: #FFFF00;
Font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman;
font-size: 24px;
text-align: left;
}
.container {
width: 46em;
background: #000000;
margin: 0 auto;
border: 1px solid #000000;
text-align: left;
}
.header {
background: #000000;
}
.mainContent {
border: 1px solid #FF0000;
margin: 0 1.5em 0 13em;
background: #000000;
}
.navigation {
float: left;
width: 12em;
background: #000000;
padding: 5px 0;
border: 1px solid #FF0000;
}