i got this CSS code :
Quote:
body {
margin:0;
padding:0;
}
a:link, a:visited {
color:#0000ff;text-decoration:none;
}
a:hover {
color:#000033;text-decoration:none;
}
a:active {
text-decoration:none;
}
#navigation {
font-size: 12px;
}
#navigation a {
color: #555;
font-weight: bold;
}
#navigation a:hover {
text-decoration: underline;
}
#navigation a:visited {
text-decoration: line-through;
font-weight:italic;
display:block;
disabled:true;
}
|
The question is, how can i add background? What code i nedd and where i put that code?
Thanks