Hey guys,
I’ve just made a simple rollover for the navigation on my site and…
Why on earth are they so spaced out?
My code:
#side_menu a {
display: block;
width: 100%;
background-color: #00FF00;
}
#side_menu a:link {
color: #000000;
text-decoration: none;
}
#side_menu a:visited {
text-decoration: none;
color: #000000;
}
#side_menu a:active {
text-decoration: none;
}
#side_menu a:hover {
background: #999999;
text-decoration: none;
}
**Btw, the colour scheme isn’t final
Any ideas?
Cheers,
SW.
I’ve just made a simple rollover for the navigation on my site and…

Why on earth are they so spaced out?
My code:
#side_menu a {
display: block;
width: 100%;
background-color: #00FF00;
}
#side_menu a:link {
color: #000000;
text-decoration: none;
}
#side_menu a:visited {
text-decoration: none;
color: #000000;
}
#side_menu a:active {
text-decoration: none;
}
#side_menu a:hover {
background: #999999;
text-decoration: none;
}
**Btw, the colour scheme isn’t final

Any ideas?
Cheers,
SW.