Forum Moderators: mack
I have created a side menu with css. I would like to take the same effect and create a top menu aswell. Unfortunately i do not know this language very well. Could someone point me in the right direction to make this happen.
my code:
<style>
A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}
A.menulink:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
}
</style>
Please Help!